patch-2.4.25 linux-2.4.25/include/asm-ppc64/ppcdebug.h
Next file: linux-2.4.25/include/asm-ppc64/processor.h
Previous file: linux-2.4.25/include/asm-ppc64/ppc32.h
Back to the patch index
Back to the overall index
-  Lines: 12
 -  Date:
2004-02-18 05:36:32.000000000 -0800
 -  Orig file: 
linux-2.4.24/include/asm-ppc64/ppcdebug.h
 -  Orig date: 
2003-06-13 07:51:38.000000000 -0700
 
diff -urN linux-2.4.24/include/asm-ppc64/ppcdebug.h linux-2.4.25/include/asm-ppc64/ppcdebug.h
@@ -103,11 +103,6 @@
 #define PPCDBG_ENTER_DEBUGGER() xmon(0)
 #define PPCDBG_ENTER_DEBUGGER_REGS(X) xmon(X)
 #endif
-#ifdef CONFIG_KDB
-#include <linux/kdb.h>
-#define PPCDBG_ENTER_DEBUGGER() kdb(KDB_REASON_CALL, 0, 0)
-#define PPCDBG_ENTER_DEBUGGER_REGS(X) kdb(KDB_REASON_CALL, 0, X)
-#endif
 
 #else
 #define PPCDBG(...) do {;} while (0)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)