projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc5716
)
Fix weirdness in <asm/bug.h>
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:38 +0000
(19:32 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:38 +0000
(19:32 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/bug.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/bug.h
b/include/asm-mips/bug.h
index 8e1144f4a0b0141c1be789295ddcf3af66ac532d..87d49a5bdc63a5863a49f912bd3048694c6c1b59 100644
(file)
--- a/
include/asm-mips/bug.h
+++ b/
include/asm-mips/bug.h
@@
-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