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