ARM: mxs_defconfig: Select CONFIG_CRYPTO_DEV_MXS_DCP
[deliverable/linux.git] / include / asm-generic / bug.h
index a97fa11aaf41990a62cb5955510c8f77c48db5a1..630dd23722381851ae9f8ba3a838283f3a8aa8e2 100644 (file)
@@ -138,7 +138,7 @@ extern void warn_slowpath_null(const char *file, const int line);
 
 #else /* !CONFIG_BUG */
 #ifndef HAVE_ARCH_BUG
-#define BUG() do {} while (0)
+#define BUG() do {} while (1)
 #endif
 
 #ifndef HAVE_ARCH_BUG_ON
This page took 0.035537 seconds and 5 git commands to generate.