Commit 8592d4c0 authored by Ralf Baechle's avatar Ralf Baechle

Fix weirdness in <asm/bug.h>

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent dbc57169
...@@ -7,13 +7,12 @@ ...@@ -7,13 +7,12 @@
#include <asm/break.h> #include <asm/break.h>
#ifdef CONFIG_BUG
#define HAVE_ARCH_BUG
#define BUG() \ #define BUG() \
do { \ do { \
__asm__ __volatile__("break %0" : : "i" (BRK_BUG)); \ __asm__ __volatile__("break %0" : : "i" (BRK_BUG)); \
} while (0) } while (0)
#endif
#define HAVE_ARCH_BUG
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment