Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11260
b: refs/heads/master
c: 8592d4c
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent c693af2 commit e5fecc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dbc571690ec4123e4e9fd6e731d8bdfa77b0d90e
refs/heads/master: 8592d4c00eeb92495eaab6374baaad79b30866ed
5 changes: 2 additions & 3 deletions trunk/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 e5fecc6

Please sign in to comment.