aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ag5evm.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-12-28 03:27:10 -0500
committerPaul Mundt <lethal@linux-sh.org>2011-01-06 20:42:56 -0500
commite74a9625f8dcf1a924345b24cec8476c52593df8 (patch)
tree2ccbb57d711d54efa6085d5c0de1adb48b60b165 /arch/arm/mach-shmobile/board-ag5evm.c
parent863b171952dba1a3ce9d345cfe4e93c9fdd42f49 (diff)
ARM: mach-shmobile: Run-time IRQ handler for GIC
Break-out GIC specific IRQ demux code from the file entry-macro-intc.S and register during run-time. Covers sh73a0. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ag5evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-ag5evm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c
index 2f135923e2bd..c18a740a4159 100644
--- a/arch/arm/mach-shmobile/board-ag5evm.c
+++ b/arch/arm/mach-shmobile/board-ag5evm.c
@@ -309,6 +309,7 @@ struct sys_timer ag5evm_timer = {
309MACHINE_START(AG5EVM, "ag5evm") 309MACHINE_START(AG5EVM, "ag5evm")
310 .map_io = ag5evm_map_io, 310 .map_io = ag5evm_map_io,
311 .init_irq = ag5evm_init_irq, 311 .init_irq = ag5evm_init_irq,
312 .handle_irq = shmobile_handle_irq_gic,
312 .init_machine = ag5evm_init, 313 .init_machine = ag5evm_init,
313 .timer = &ag5evm_timer, 314 .timer = &ag5evm_timer,
314MACHINE_END 315MACHINE_END