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

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)