--- a/include/asm-sparc64/bug.h 2002-10-27 13:02:47.000000000 -0500 +++ b/include/asm-sparc64/bug.h 2002-10-27 13:03:27.000000000 -0500 @@ -13,5 +13,6 @@ #define BUG() __builtin_trap() #endif +#define PAGE_BUG(page) BUG() #endif