| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] gdb-stub.c build fix |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Thu, 24 Nov 2005 16:35:42 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Remove a semicolon to fix build error.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
diff --git a/arch/mips/kernel/gdb-stub.c b/arch/mips/kernel/gdb-stub.c
index 96d18c4..9fedfa4 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
};
/*
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: Saving arguments on the stack, Knittel, Brian |
|---|---|
| Next by Date: | [PATCH] fix gdb-stub for kernel compiled with higher ISA level, Atsushi Nemoto |
| Previous by Thread: | Timer interrupt handler problem, Co Ngai Fung |
| Next by Thread: | [PATCH] fix gdb-stub for kernel compiled with higher ISA level, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |