From: Kenn H. <ke...@us...> - 2003-08-03 12:45:11
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv7868/include/asm/mm Modified Files: page.h Log Message: 2.5.58 moves BUG and PAGE_BUG from asm/page.h to asm/bug.h Index: page.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/page.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- page.h 10 Jul 2003 00:12:41 -0000 1.7 +++ page.h 3 Aug 2003 12:45:08 -0000 1.8 @@ -12,15 +12,6 @@ #define STRICT_MM_TYPECHECKS -#define BUG() do { \ - printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \ - __asm__ __volatile__("bugw $0"); \ -} while (0) - -#define PAGE_BUG(page) do { \ - BUG(); \ -} while (0) - /* Pure 2^n version of get_order */ extern __inline__ int get_order(unsigned long size) { |