projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
295b117
)
[PATCH] mips: gdb-stub.c: fix parse error before ; token
author
Alexey Dobriyan
<adobriyan@gmail.com>
Wed, 1 Feb 2006 11:05:05 +0000
(
03:05
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:12 +0000
(08:53 -0800)
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>
arch/mips/kernel/gdb-stub.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/gdb-stub.c
b/arch/mips/kernel/gdb-stub.c
index 96d18c43dca0a0b47e68fd227413b7a28ea44276..d4f88e0af24c04fcb51271d50414242418f96ded 100644
(file)
--- 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
,
};
/*