vserver 1.9.3
[linux-2.6.git] / include / asm-ppc / bug.h
index 6b2579d..e99c6cb 100644 (file)
@@ -35,8 +35,6 @@ struct bug_entry {
        }                                                               \
 } while (0)
 
-#define PAGE_BUG(page) BUG()
-
 #define WARN_ON(x) do {                                                        \
        if (!__builtin_constant_p(x) || (x)) {                          \
                __asm__ __volatile__(                                   \
@@ -49,4 +47,9 @@ struct bug_entry {
        }                                                               \
 } while (0)
 
+#define HAVE_ARCH_BUG
+#define HAVE_ARCH_BUG_ON
+#define HAVE_ARCH_WARN_ON
+#include <asm-generic/bug.h>
+
 #endif