Loading arch/sh/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -156,13 +156,13 @@ static inline void do_bug_verbose(struct pt_regs *regs) { } #endif /* CONFIG_DEBUG_BUGVERBOSE */ #endif /* CONFIG_BUG */ void handle_BUG(struct pt_regs *regs) { do_bug_verbose(regs); die("Kernel BUG", regs, TRAPA_BUG_OPCODE & 0xff); } #endif /* CONFIG_BUG */ /* * handle an instruction that does an unaligned memory access by emulating the Loading Loading
arch/sh/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -156,13 +156,13 @@ static inline void do_bug_verbose(struct pt_regs *regs) { } #endif /* CONFIG_DEBUG_BUGVERBOSE */ #endif /* CONFIG_BUG */ void handle_BUG(struct pt_regs *regs) { do_bug_verbose(regs); die("Kernel BUG", regs, TRAPA_BUG_OPCODE & 0xff); } #endif /* CONFIG_BUG */ /* * handle an instruction that does an unaligned memory access by emulating the Loading