Commit 3467e765 authored by Russell King's avatar Russell King

ARM: remove unused do_unexp_fiq() function

do_unexp_fiq() has never been called by any code in the last 10 years,
it's about time it was removed!
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7f038073
...@@ -461,12 +461,6 @@ asmlinkage void __exception do_undefinstr(struct pt_regs *regs) ...@@ -461,12 +461,6 @@ asmlinkage void __exception do_undefinstr(struct pt_regs *regs)
arm_notify_die("Oops - undefined instruction", regs, &info, 0, 6); 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. * Handle FIQ similarly to NMI on x86 systems.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment