1 /* SPDX-License-Identifier: GPL-2.0 */
7 #ifdef CONFIG_DEBUG_BUGVERBOSE
10 pr_crit("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
11 barrier_before_unreachable(); \
16 pr_crit("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
17 barrier_before_unreachable(); \
23 barrier_before_unreachable(); \
30 #endif /* CONFIG_MMU */
32 #include <asm-generic/bug.h>