Fix weirdness in <asm/bug.h>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
dbc571690e
commit
8592d4c00e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue