Use the new handle_domain_irq method to handle interrupts.

Signed-off-by: Marc Zyngier <marc.zyng...@arm.com>
---
 arch/arm/mach-imx/avic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/avic.c b/arch/arm/mach-imx/avic.c
index 24b103c..1a89323 100644
--- a/arch/arm/mach-imx/avic.c
+++ b/arch/arm/mach-imx/avic.c
@@ -144,7 +144,7 @@ static void __exception_irq_entry avic_handle_irq(struct 
pt_regs *regs)
                if (nivector == 0xffff)
                        break;
 
-               handle_IRQ(irq_find_mapping(domain, nivector), regs);
+               handle_domain_irq(domain, nivector, regs);
        } while (1);
 }
 
-- 
2.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to