From: Ralf Baechle Date: Sat, 29 Oct 2005 18:32:38 +0000 (+0100) Subject: Fix weirdness in X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8592d4c00eeb92495eaab6374baaad79b30866ed;p=openwrt%2Fstaging%2Fblogic.git Fix weirdness in Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/bug.h b/include/asm-mips/bug.h index 8e1144f4a0b0..87d49a5bdc63 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