X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fbug.h;h=e99c6cb9d61896dcafa3a859d2c9ab1767c213be;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=6b2579d9d4ee03dafdcdfa7d93409cdf5b1a225c;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-ppc/bug.h b/include/asm-ppc/bug.h index 6b2579d9d..e99c6cb9d 100644 --- a/include/asm-ppc/bug.h +++ b/include/asm-ppc/bug.h @@ -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 + #endif