Loading arch/arm/kernel/traps.c +0 −6 Original line number Diff line number Diff line Loading @@ -461,12 +461,6 @@ asmlinkage void __exception do_undefinstr(struct pt_regs *regs) arm_notify_die("Oops - undefined instruction", regs, &info, 0, 6); } asmlinkage void do_unexp_fiq (struct pt_regs *regs) { printk("Hmm. Unexpected FIQ received, but trying to continue\n"); printk("You may have a hardware problem...\n"); } /* * Handle FIQ similarly to NMI on x86 systems. * Loading Loading
arch/arm/kernel/traps.c +0 −6 Original line number Diff line number Diff line Loading @@ -461,12 +461,6 @@ asmlinkage void __exception do_undefinstr(struct pt_regs *regs) arm_notify_die("Oops - undefined instruction", regs, &info, 0, 6); } asmlinkage void do_unexp_fiq (struct pt_regs *regs) { printk("Hmm. Unexpected FIQ received, but trying to continue\n"); printk("You may have a hardware problem...\n"); } /* * Handle FIQ similarly to NMI on x86 systems. * Loading