patch-2.4.25 linux-2.4.25/include/asm-ppc64/page.h
Next file: linux-2.4.25/include/asm-ppc64/ppc32.h
Previous file: linux-2.4.25/include/asm-ppc64/paca.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
2004-02-18 05:36:32.000000000 -0800
- Orig file:
linux-2.4.24/include/asm-ppc64/page.h
- Orig date:
2003-06-13 07:51:38.000000000 -0700
diff -urN linux-2.4.24/include/asm-ppc64/page.h linux-2.4.25/include/asm-ppc64/page.h
@@ -128,14 +128,6 @@
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
xmon(0); \
} while (0)
-#elif defined(CONFIG_KDB)
-#include <asm/ptrace.h>
-#include <linux/kdb.h>
-/* extern void kdb(kdb_reason_t reason, int error, kdb_eframe_t ef); */
-#define BUG() do { \
- printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
- kdb(KDB_REASON_CALL, 0, (kdb_eframe_t) 0); \
-} while (0)
#else
#define BUG() do { \
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)