From: Ralf Baechle Date: Sat, 29 Oct 2005 18:32:38 +0000 (+0100) Subject: Fix weirdness in X-Git-Tag: v2.6.15-rc1~731^2~1^2~34 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=8592d4c00eeb92495eaab6374baaad79b30866ed;p=linux-2.6-omap-h63xx.git Fix weirdness in Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/bug.h b/include/asm-mips/bug.h index 8e1144f4a0b..87d49a5bdc6 100644 --- a/include/asm-mips/bug.h +++ b/include/asm-mips/bug.h @@ -7,13 +7,12 @@ #include -#ifdef CONFIG_BUG -#define HAVE_ARCH_BUG #define BUG() \ do { \ __asm__ __volatile__("break %0" : : "i" (BRK_BUG)); \ } while (0) -#endif + +#define HAVE_ARCH_BUG #endif