Loading arch/arm64/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -331,9 +331,9 @@ asmlinkage void __exception do_undefinstr(struct pt_regs *regs) if (call_undef_hook(regs, instr) == 0) return; die_sig: trace_undef_instr(regs, (void *)pc); die_sig: if (user_mode(regs) && show_unhandled_signals && unhandled_signal(current, SIGILL) && printk_ratelimit()) { pr_info("%s[%d]: undefined instruction: pc=%p\n", Loading Loading
arch/arm64/kernel/traps.c +1 −1 Original line number Diff line number Diff line Loading @@ -331,9 +331,9 @@ asmlinkage void __exception do_undefinstr(struct pt_regs *regs) if (call_undef_hook(regs, instr) == 0) return; die_sig: trace_undef_instr(regs, (void *)pc); die_sig: if (user_mode(regs) && show_unhandled_signals && unhandled_signal(current, SIGILL) && printk_ratelimit()) { pr_info("%s[%d]: undefined instruction: pc=%p\n", Loading