patch-2.3.30 linux/include/asm-alpha/page.h

Next file: linux/include/asm-alpha/pgtable.h
Previous file: linux/include/asm-alpha/mmu_context.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.29/linux/include/asm-alpha/page.h linux/include/asm-alpha/page.h
@@ -106,16 +106,7 @@
 
 #endif /* STRICT_MM_TYPECHECKS */
 
-#if 0
 #define BUG()		__asm__ __volatile__("call_pal 129 # bugchk")
-#else
-/* hack to see the BUG() information in the early boot stage */
-#define BUG()								\
-do {									\
-	SRM_printf("kernel BUG at %s:%d!\n", __FILE__, __LINE__);	\
-	halt();								\
-} while(0)
-#endif
 #define PAGE_BUG(page)	BUG()
 
 #endif /* !ASSEMBLY */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)