diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-10-23 15:42:30 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-10-23 15:42:30 +0200 |
commit | 34471a9168c8bfd7f0d00989a7b0797ad27d585e (patch) | |
tree | 847af3ec746c6357902cf57c7e12ba55a35eed30 /arch/arm/mach-shmobile/entry-intc.S | |
parent | Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d... (diff) | |
parent | ARM: gic, local timers: use the request_percpu_irq() interface (diff) | |
download | linux-34471a9168c8bfd7f0d00989a7b0797ad27d585e.tar.xz linux-34471a9168c8bfd7f0d00989a7b0797ad27d585e.zip |
Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platforms into devel-stable
Diffstat (limited to 'arch/arm/mach-shmobile/entry-intc.S')
-rw-r--r-- | arch/arm/mach-shmobile/entry-intc.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/entry-intc.S b/arch/arm/mach-shmobile/entry-intc.S index cac0a7ae2084..1a1c00ca39a2 100644 --- a/arch/arm/mach-shmobile/entry-intc.S +++ b/arch/arm/mach-shmobile/entry-intc.S @@ -51,7 +51,4 @@ .macro test_for_ipi, irqnr, irqstat, base, tmp .endm - .macro test_for_ltirq, irqnr, irqstat, base, tmp - .endm - arch_irq_handler shmobile_handle_irq_intc |