summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/entry-gic.S
Commit message (Collapse)AuthorAgeFilesLines
* ARM: shmobile: convert smp platforms to gic_handle_irq()Marc Zyngier2011-11-151-18/+0Star
| | | | | | | | 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>
* ARM: mach-shmobile: update for GIC changes.Paul Mundt2011-01-071-5/+3Star
| | | | | | This fixes up the SMP support to use the refactored GIC APIs. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* ARM: mach-shmobile: Run-time IRQ handler for GICMagnus Damm2011-01-071-0/+20
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>