]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] Remove CONFIG_IGNORE_FIQ
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 26 Jul 2007 13:54:47 +0000 (14:54 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 Jul 2007 13:54:47 +0000 (14:54 +0100)
IGNORE_FIQ does not appear in the Kconfig files, so can be removed.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/traps.c

index f2114bcf09d522994d11fcfafef264b2ba318e92..8ad47619c07906b31dcd60c97490426f6330e34c 100644 (file)
@@ -352,10 +352,8 @@ asmlinkage void __exception do_undefinstr(struct pt_regs *regs)
 
 asmlinkage void do_unexp_fiq (struct pt_regs *regs)
 {
-#ifndef CONFIG_IGNORE_FIQ
        printk("Hmm.  Unexpected FIQ received, but trying to continue\n");
        printk("You may have a hardware problem...\n");
-#endif
 }
 
 /*