patch-2.3.7 linux/include/asm-sparc64/page.h
Next file: linux/include/asm-sparc64/spinlock.h
Previous file: linux/include/asm-sparc64/namei.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Jun 17 01:08:50 1999
- Orig file:
v2.3.6/linux/include/asm-sparc64/page.h
- Orig date:
Tue Oct 27 09:52:21 1998
diff -u --recursive --new-file v2.3.6/linux/include/asm-sparc64/page.h linux/include/asm-sparc64/page.h
@@ -18,6 +18,10 @@
#ifndef __ASSEMBLY__
+#define BUG() do { printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); *(int *)0=0; } while (0)
+#define PAGE_BUG(page) do { \
+ BUG(); } while (0)
+
extern void clear_page(unsigned long page);
extern void copy_page(unsigned long to, unsigned long from);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)