Skip to content

Commit

Permalink
Fix weirdness in <asm/bug.h>
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent dbc5716 commit 8592d4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/asm-mips/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8592d4c

Please sign in to comment.