提交 a14ff992 编写于 作者: R Russell King 提交者: Russell King

[ARM] Remove CONFIG_IGNORE_FIQ

IGNORE_FIQ does not appear in the Kconfig files, so can be removed.
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 981d0f39
......@@ -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
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册