From 8592d4c00eeb92495eaab6374baaad79b30866ed Mon Sep 17 00:00:00 2001 From: Ralf Baechle <ralf@linux-mips.org> Date: Sat, 29 Oct 2005 19:32:38 +0100 Subject: Fix weirdness in <asm/bug.h> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> --- include/asm-mips/bug.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') 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 <asm/break.h> -#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 -- cgit v1.2.3-70-g09d2