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
- Lines: 16
- Date:
Thu Jul 29 13:37:22 1999
- Orig file:
v2.3.12/linux/include/asm-alpha/page.h
- Orig date:
Tue Jun 22 10:46:52 1999
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)