]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-v850/bug.h
x86_64: Squash initial_code modpost warnings
[linux-2.6-omap-h63xx.git] / include / asm-v850 / bug.h
index c778916bf7f2c1410c02387e5b27a3d81f24333f..b0ed2d35f3e830293f56de96d1fd8a82e5ea0f95 100644 (file)
 #ifndef __V850_BUG_H__
 #define __V850_BUG_H__
 
+#ifdef CONFIG_BUG
 extern void __bug (void) __attribute__ ((noreturn));
 #define BUG()          __bug()
 #define HAVE_ARCH_BUG
+#endif
+
 #include <asm-generic/bug.h>
 
 #endif /* __V850_BUG_H__ */