Loading include/asm-mips/bug.h +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
include/asm-mips/bug.h +2 −3 Original line number Diff line number Diff line Loading @@ -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 Loading