]> err.no Git - linux-2.6/blobdiff - include/asm-m68k/bug.h
[PATCH] cpuset semaphore depth check optimize
[linux-2.6] / include / asm-m68k / bug.h
index 3e1d2266fa69eed49ccbcf544946d592671562d8..072ce274d53751d3ecbff96f0b2dca93b8056e97 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <linux/config.h>
 
+#ifdef CONFIG_BUG
 #ifdef CONFIG_DEBUG_BUGVERBOSE
 #ifndef CONFIG_SUN3
 #define BUG() do { \
@@ -22,6 +23,8 @@
 #endif
 
 #define HAVE_ARCH_BUG
+#endif
+
 #include <asm-generic/bug.h>
 
 #endif