summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ag5evm.c
diff options
context:
space:
mode:
authorMarc Zyngier2011-09-06 11:23:45 +0200
committerMarc Zyngier2011-11-15 19:14:01 +0100
commita83d8e27d2f6f548de54da34a9dfd7f2f7bf200e (patch)
treefd3a9b19d14e2199cc8a2862d30920cea3dceb08 /arch/arm/mach-shmobile/board-ag5evm.c
parentARM: ux500: convert to CONFIG_MULTI_IRQ_HANDLER (diff)
downloadkernel-qcow2-linux-a83d8e27d2f6f548de54da34a9dfd7f2f7bf200e.tar.gz
kernel-qcow2-linux-a83d8e27d2f6f548de54da34a9dfd7f2f7bf200e.tar.xz
kernel-qcow2-linux-a83d8e27d2f6f548de54da34a9dfd7f2f7bf200e.zip
ARM: shmobile: convert smp platforms to gic_handle_irq()
Convert the SMP shmobile platforms to use gic_handle_irq() instead of the assembly macro. Cc: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ag5evm.c')
-rw-r--r--arch/arm/mach-shmobile/board-ag5evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ag5evm.c b/arch/arm/mach-shmobile/board-ag5evm.c
index b862e9f81e3e..202c3c6ec9d8 100644
--- a/arch/arm/mach-shmobile/board-ag5evm.c
+++ b/arch/arm/mach-shmobile/board-ag5evm.c
@@ -608,7 +608,7 @@ struct sys_timer ag5evm_timer = {
MACHINE_START(AG5EVM, "ag5evm")
.map_io = ag5evm_map_io,
.init_irq = sh73a0_init_irq,
- .handle_irq = shmobile_handle_irq_gic,
+ .handle_irq = gic_handle_irq,
.init_machine = ag5evm_init,
.timer = &ag5evm_timer,
MACHINE_END