提交 454dc5f8 编写于 作者: G Greg Ungerer

m68knommu: switch to using generic_handle_irq()

Switch to using generic_handle_irq() instead of the deprecated __do_IRQ().
Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
上级 da4f4a02
......@@ -23,7 +23,7 @@ asmlinkage void do_IRQ(int irq, struct pt_regs *regs)
struct pt_regs *oldregs = set_irq_regs(regs);
irq_enter();
__do_IRQ(irq);
generic_handle_irq(irq);
irq_exit();
set_irq_regs(oldregs);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册