diff options
| author | 2006-02-01 03:05:05 -0800 | |
|---|---|---|
| committer | 2006-02-01 08:53:12 -0800 | |
| commit | 1d0098b6e2055e4afb2ceadf11c4b9f43b671ccc (patch) | |
| tree | b861028837a25fb987d9d144f5c3ae728fbe46be /arch/mips/kernel/gdb-stub.c | |
| parent | [PATCH] tpm: tpm_bios remove unused variable (diff) | |
| download | wireguard-linux-1d0098b6e2055e4afb2ceadf11c4b9f43b671ccc.tar.xz wireguard-linux-1d0098b6e2055e4afb2ceadf11c4b9f43b671ccc.zip | |
[PATCH] mips: gdb-stub.c: fix parse error before ; token
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/mips/kernel/gdb-stub.c')
| -rw-r--r-- | arch/mips/kernel/gdb-stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/gdb-stub.c b/arch/mips/kernel/gdb-stub.c index 96d18c43dca0..d4f88e0af24c 100644 --- a/arch/mips/kernel/gdb-stub.c +++ b/arch/mips/kernel/gdb-stub.c @@ -178,7 +178,7 @@ int kgdb_enabled; */ static DEFINE_SPINLOCK(kgdb_lock); static raw_spinlock_t kgdb_cpulock[NR_CPUS] = { - [0 ... NR_CPUS-1] = __RAW_SPIN_LOCK_UNLOCKED; + [0 ... NR_CPUS-1] = __RAW_SPIN_LOCK_UNLOCKED, }; /* |
