Hello.
Alexey Dobriyan wrote:
Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---
arch/mips/kernel/gdb-stub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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,
};
/*
I have already posted this patch, to no avail so far -- Ralf doesn't use
KGDB. ;-)
http://www.linux-mips.org/archives/linux-mips/2006-01/msg00027.html
(forgot to sign-off it as usual)
Signed-off-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx>
WBR, Sergei