]> err.no Git - linux-2.6/blobdiff - include/asm-mips/bug.h
[PATCH] Introduce sg_set_buf
[linux-2.6] / include / asm-mips / bug.h
index 758712f1c88f8767016a477351aacb97735f47d8..87d49a5bdc63a5863a49f912bd3048694c6c1b59 100644 (file)
@@ -7,16 +7,15 @@
 
 #include <asm/break.h>
 
-#ifdef CONFIG_BUG
-#define HAVE_ARCH_BUG
 #define BUG()                                                          \
 do {                                                                   \
        __asm__ __volatile__("break %0" : : "i" (BRK_BUG));             \
 } while (0)
-#endif
 
-#include <asm-generic/bug.h>
+#define HAVE_ARCH_BUG
 
 #endif
 
+#include <asm-generic/bug.h>
+
 #endif /* __ASM_BUG_H */