[ARM] Remove CONFIG_IGNORE_FIQ

IGNORE_FIQ does not appear in the Kconfig files, so can be removed.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2007-07-26 14:54:47 +01:00 коммит произвёл Russell King
Родитель 981d0f3952
Коммит a14ff99232
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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
}
/*