提交 364e3869 编写于 作者: D Dmitry Eremin-Solenikov 提交者: Russell King

ARM: 8282/1: sa1100: use handle_domain_irq

Use handle_domain_irq instead of handle_IRQ to automatically map
hardware irq number to virq.
Signed-off-by: NDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Tested-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 a0ea298d
...@@ -147,7 +147,8 @@ sa1100_handle_irq(struct pt_regs *regs) ...@@ -147,7 +147,8 @@ sa1100_handle_irq(struct pt_regs *regs)
if (mask == 0) if (mask == 0)
break; break;
handle_IRQ(ffs(mask) - 1 + IRQ_GPIO0_SC, regs); handle_domain_irq(sa1100_normal_irqdomain,
ffs(mask) - 1, regs);
} while (1); } while (1);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册