2008-05-18 23:24:51 +03:00
|
|
|
Index: linux-2.6.23.17/arch/mips/kernel/gdb-stub.c
|
2007-11-16 09:39:48 +02:00
|
|
|
===================================================================
|
2008-05-18 23:24:51 +03:00
|
|
|
--- linux-2.6.23.17.orig/arch/mips/kernel/gdb-stub.c
|
|
|
|
+++ linux-2.6.23.17/arch/mips/kernel/gdb-stub.c
|
|
|
|
@@ -656,6 +656,7 @@ void set_async_breakpoint(unsigned long
|
|
|
|
*epc = (unsigned long)async_breakpoint;
|
2007-11-16 09:39:48 +02:00
|
|
|
}
|
2008-05-18 23:24:51 +03:00
|
|
|
|
2007-11-16 09:39:48 +02:00
|
|
|
+#ifdef CONFIG_SMP
|
|
|
|
static void kgdb_wait(void *arg)
|
|
|
|
{
|
2008-05-18 23:24:51 +03:00
|
|
|
unsigned flags;
|
|
|
|
@@ -668,6 +669,7 @@ static void kgdb_wait(void *arg)
|
|
|
|
|
|
|
|
local_irq_restore(flags);
|
2007-11-16 09:39:48 +02:00
|
|
|
}
|
|
|
|
+#endif
|
2008-05-18 23:24:51 +03:00
|
|
|
|
2007-11-16 09:39:48 +02:00
|
|
|
/*
|
|
|
|
* GDB stub needs to call kgdb_wait on all processor with interrupts
|