diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-09-04 10:46:04 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-09-18 00:35:43 +0100 |
commit | 3467e765a59241f8b0e488f4a6ef183547181f35 (patch) | |
tree | c46bfcd5b87a659cf798d368d67d3fabba306e7a /arch/arm/kernel | |
parent | 7f038073c0a3e22e12344ab8b41d46547c072c82 (diff) | |
download | linux-3467e765a59241f8b0e488f4a6ef183547181f35.tar.gz linux-3467e765a59241f8b0e488f4a6ef183547181f35.tar.bz2 linux-3467e765a59241f8b0e488f4a6ef183547181f35.zip |
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: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r-- | arch/arm/kernel/traps.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/kernel/traps.c b/arch/arm/kernel/traps.c index 58348631671d..439138d3437e 100644 --- a/arch/arm/kernel/traps.c +++ b/arch/arm/kernel/traps.c @@ -461,12 +461,6 @@ die_sig: 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. * |