Merge commit alsa/devel into topic/misc
[cascardo/linux.git] / arch / blackfin / include / asm / bug.h
index 6f4548a..75f6dc3 100644 (file)
@@ -47,7 +47,7 @@
 #define BUG()                                                          \
        do {                                                            \
                _BUG_OR_WARN(0);                                        \
-               for (;;);                                               \
+               unreachable();                                          \
        } while (0)
 
 #define WARN_ON(condition)                                                     \