From e5fecc67e2f7d092a2209ff80205b1889c6f8fa7 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 29 Oct 2005 19:32:38 +0100 Subject: [PATCH] --- yaml --- r: 11260 b: refs/heads/master c: 8592d4c00eeb92495eaab6374baaad79b30866ed h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-mips/bug.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 322b041bc150..d32f9134873b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dbc571690ec4123e4e9fd6e731d8bdfa77b0d90e +refs/heads/master: 8592d4c00eeb92495eaab6374baaad79b30866ed diff --git a/trunk/include/asm-mips/bug.h b/trunk/include/asm-mips/bug.h index 8e1144f4a0b0..87d49a5bdc63 100644 --- a/trunk/include/asm-mips/bug.h +++ b/trunk/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