--- 2.4.19pre6aa2/arch/x86_64/kernel/x8664_ksyms.c.~1~ Wed Apr 10 05:32:45 2002 +++ 2.4.19pre6aa2/arch/x86_64/kernel/x8664_ksyms.c Wed Apr 10 05:44:05 2002 @@ -187,6 +187,3 @@ extern unsigned long __unsupported_pte_mask; EXPORT_SYMBOL(__unsupported_pte_mask); - -void out_of_line_bug(void); -EXPORT_SYMBOL(out_of_line_bug); --- 2.4.19pre6aa2/include/asm-x86_64/page.h.~1~ Wed Apr 10 05:33:22 2002 +++ 2.4.19pre6aa2/include/asm-x86_64/page.h Wed Apr 10 05:44:21 2002 @@ -73,7 +73,6 @@ } __attribute__((packed)); #define BUG() asm volatile("ud2 ; .quad %c1 ; .short %c0" :: "i"(__LINE__), "i" (__FILE__)) #define PAGE_BUG(page) BUG() -void out_of_line_bug(void); /* Pure 2^n version of get_order */ extern __inline__ int get_order(unsigned long size) --- 2.4.19pre6aa2/arch/x86_64/kernel/traps.c.~1~ Wed Apr 10 05:32:45 2002 +++ 2.4.19pre6aa2/arch/x86_64/kernel/traps.c Wed Apr 10 05:48:45 2002 @@ -335,11 +335,6 @@ printk("Kernel BUG at %.50s:%d\n", f.filename, f.line); } -void out_of_line_bug(void) -{ - BUG(); -} - spinlock_t die_lock = SPIN_LOCK_UNLOCKED; int die_owner = -1;