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

Next file: linux/include/asm-alpha/parport.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.12/linux/include/asm-alpha/page.h linux/include/asm-alpha/page.h
@@ -106,13 +106,8 @@
 
 #endif /* STRICT_MM_TYPECHECKS */
 
-#define BUG()							\
-do {								\
-	printk("Kernel BUG at %s:%d!\n", __FILE__, __LINE__);	\
-	__asm__ __volatile__("call_pal 129 # bugchk");		\
-} while (1)
-
-#define PAGE_BUG(page) BUG()
+#define BUG()		__asm__ __volatile__("call_pal 129 # bugchk")
+#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)