]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh64/bug.h
[PATCH] Exterminate PAGE_BUG
[linux-2.6-omap-h63xx.git] / include / asm-sh64 / bug.h
index 3acd54d5956608b199057b8b3a2e9c3a7291e9de..5d659ec28e10116fc85a56b89e7f2c92076d3c6b 100644 (file)
                BUG(); \
 } while(0)
 
-#define PAGE_BUG(page) do { \
-       BUG(); \
-} while (0)
-
 #define WARN_ON(condition) do { \
        if (unlikely((condition)!=0)) { \
                printk("Badness in %s at %s:%d\n", __FUNCTION__, __FILE__, __LINE__); \