2008-05-30 17:19:24 +00:00
|
|
|
--- a/arch/mips/kernel/gdb-stub.c
|
|
|
|
+++ b/arch/mips/kernel/gdb-stub.c
|
|
|
|
@@ -656,6 +656,7 @@
|
2008-05-18 20:25:45 +00:00
|
|
|
*epc = (unsigned long)async_breakpoint;
|
2008-01-28 13:36:09 +00:00
|
|
|
}
|
2008-05-18 20:25:45 +00:00
|
|
|
|
2008-01-28 13:36:09 +00:00
|
|
|
+#ifdef CONFIG_SMP
|
|
|
|
static void kgdb_wait(void *arg)
|
|
|
|
{
|
2008-05-18 20:25:45 +00:00
|
|
|
unsigned flags;
|
2008-05-30 17:19:24 +00:00
|
|
|
@@ -668,6 +669,7 @@
|
2008-05-18 20:25:45 +00:00
|
|
|
|
|
|
|
local_irq_restore(flags);
|
2008-01-28 13:36:09 +00:00
|
|
|
}
|
|
|
|
+#endif
|
2008-05-18 20:25:45 +00:00
|
|
|
|
2008-01-28 13:36:09 +00:00
|
|
|
/*
|
|
|
|
* GDB stub needs to call kgdb_wait on all processor with interrupts
|