|
@@ -3,6 +3,7 @@
|
|
|
|
|
|
#include <linux/config.h>
|
|
#include <linux/config.h>
|
|
|
|
|
|
|
|
+#ifdef CONFIG_BUG
|
|
#ifdef CONFIG_DEBUG_BUGVERBOSE
|
|
#ifdef CONFIG_DEBUG_BUGVERBOSE
|
|
extern volatile void __bug(const char *file, int line, void *data);
|
|
extern volatile void __bug(const char *file, int line, void *data);
|
|
/* give file/line information */
|
|
/* give file/line information */
|
|
@@ -12,6 +13,8 @@ extern volatile void __bug(const char *file, int line, void *data);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#define HAVE_ARCH_BUG
|
|
#define HAVE_ARCH_BUG
|
|
|
|
+#endif
|
|
|
|
+
|
|
#include <asm-generic/bug.h>
|
|
#include <asm-generic/bug.h>
|
|
|
|
|
|
#endif
|
|
#endif
|