|
@@ -5,8 +5,6 @@
|
|
#include <linux/types.h>
|
|
#include <linux/types.h>
|
|
#include <asm/opcodes.h>
|
|
#include <asm/opcodes.h>
|
|
|
|
|
|
-#ifdef CONFIG_BUG
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Use a suitable undefined instruction to use for ARM/Thumb2 bug handling.
|
|
* Use a suitable undefined instruction to use for ARM/Thumb2 bug handling.
|
|
* We need to be careful not to conflict with those used by other modules and
|
|
* We need to be careful not to conflict with those used by other modules and
|
|
@@ -47,7 +45,7 @@ do { \
|
|
unreachable(); \
|
|
unreachable(); \
|
|
} while (0)
|
|
} while (0)
|
|
|
|
|
|
-#else /* not CONFIG_DEBUG_BUGVERBOSE */
|
|
|
|
|
|
+#else
|
|
|
|
|
|
#define __BUG(__file, __line, __value) \
|
|
#define __BUG(__file, __line, __value) \
|
|
do { \
|
|
do { \
|
|
@@ -57,7 +55,6 @@ do { \
|
|
#endif /* CONFIG_DEBUG_BUGVERBOSE */
|
|
#endif /* CONFIG_DEBUG_BUGVERBOSE */
|
|
|
|
|
|
#define HAVE_ARCH_BUG
|
|
#define HAVE_ARCH_BUG
|
|
-#endif /* CONFIG_BUG */
|
|
|
|
|
|
|
|
#include <asm-generic/bug.h>
|
|
#include <asm-generic/bug.h>
|
|
|
|
|