patch-2.2.19 linux/include/asm-sparc/page.h
Next file: linux/include/asm-sparc/siginfo.h
Previous file: linux/include/asm-sparc/audioio.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Mar 25 11:37:39 2001
- Orig file:
v2.2.18/include/asm-sparc/page.h
- Orig date:
Sun Mar 25 11:12:40 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/include/asm-sparc/page.h linux/include/asm-sparc/page.h
@@ -1,4 +1,4 @@
-/* $Id: page.h,v 1.43 1998/05/11 08:40:11 davem Exp $
+/* $Id: page.h,v 1.43.2.1 2001/02/20 04:21:45 davem Exp $
* page.h: Various defines and such for MMU operations on the Sparc for
* the Linux kernel.
*
@@ -27,6 +27,10 @@
#define TASK_UNION_SIZE 8192
#ifndef __ASSEMBLY__
+
+#define BUG() do { \
+ printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); *(int *)0=0; \
+} while (0)
#define clear_page(page) memset((void *)(page), 0, PAGE_SIZE)
#define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)