]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/bug.h
[SCSI] qla2xxx: Add port-speed FC transport attribute.
[linux-2.6-omap-h63xx.git] / include / asm-s390 / bug.h
index 2b8d6d4dffcfdc6a696cd41877a94ba0af262dca..a2e7430aafa625b53cc889a998b4ad972f876763 100644 (file)
@@ -3,12 +3,15 @@
 
 #include <linux/kernel.h>
 
+#ifdef CONFIG_BUG
 #define BUG() do { \
         printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
         __asm__ __volatile__(".long 0"); \
 } while (0)
 
 #define HAVE_ARCH_BUG
+#endif
+
 #include <asm-generic/bug.h>
 
 #endif