X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc64%2Fbug.h;h=790bc56091d612b236eabe41541041329f3dc146;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=9e439ee1ed4f799c3c6e81bc634c0c6de47f544b;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-ppc64/bug.h b/include/asm-ppc64/bug.h index 9e439ee1e..790bc5609 100644 --- a/include/asm-ppc64/bug.h +++ b/include/asm-ppc64/bug.h @@ -43,8 +43,6 @@ struct bug_entry { "i" (__FUNCTION__)); \ } while (0) -#define PAGE_BUG(page) do { BUG(); } while (0) - #define WARN_ON(x) do { \ __asm__ __volatile__( \ "1: tdnei %0,0\n" \ @@ -56,4 +54,10 @@ struct bug_entry { } while (0) #endif + +#define HAVE_ARCH_BUG +#define HAVE_ARCH_BUG_ON +#define HAVE_ARCH_WARN_ON +#include + #endif