commit | 2db1499784da653f7e257d98fefdebc65fde7c40 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Sep 06 09:56:17 2011 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Tue Nov 15 18:14:02 2011 +0000 |
tree | a7fb2699e1282f96d315df926fb41bf4f49c4dd0 | |
parent | 368b8e252335725ea72d7bcbb3b1c8837b8dfeed [diff] |
ARM: omap2/3: Add global omap2/3_intc_handle_irq() functions Provide the OMAP2/3 IRQ code with low level handlers that can be used by platforms using CONFIG_MULTI_IRQ_HANDLER. Though the handlers are written in C, the compiled code looks very similar to its assembly counterpart (at least with my gcc 4.4.1). Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>