[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>
This commit is contained in:
parent
295b117ef3
commit
1d0098b6e2
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue