commit | 6b2f55d7851aa358d3a99cff344c560c4967f042 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Sep 06 10:23:45 2011 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Tue Nov 15 18:14:02 2011 +0000 |
tree | bc7bcbc262882d091251294da1740e11f8b59968 | |
parent | 2db1499784da653f7e257d98fefdebc65fde7c40 [diff] |
ARM: omap2plus: convert to CONFIG_MULTI_IRQ_HANDLER Convert the omap2plus platforms to be using CONFIG_MULTI_IRQ_HANDLER. Each machine is modified to provide either omap2_intc_handle_irq(), omap3_intc_handle_irq() or gic_handle_irq(). This allows for a major cleanup, removing the MULTI_OMAP setup from the interrupt path. Tested on both Panda and IGEPv2 (single kernel image) Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>