diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2011-09-06 13:23:45 +0400 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2011-11-15 22:14:02 +0400 |
commit | 368b8e252335725ea72d7bcbb3b1c8837b8dfeed (patch) | |
tree | 94593740f2ec1dddc0aa458bcc9014e0d0b726d1 /arch/arm/mach-zynq/include | |
parent | ead31ee5ed00d2b95922d868cd0d63da23e47213 (diff) | |
download | linux-368b8e252335725ea72d7bcbb3b1c8837b8dfeed.tar.xz |
ARM: zynq: convert to CONFIG_MULTI_IRQ_HANDLER
Convert the zynq platform to be using the gic_handle_irq
function as its primary interrupt handler.
Acked-by: John Linn <john.linn@xilinx.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/mach-zynq/include')
-rw-r--r-- | arch/arm/mach-zynq/include/mach/entry-macro.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-zynq/include/mach/entry-macro.S b/arch/arm/mach-zynq/include/mach/entry-macro.S index 3cfc01b37461..d621fb732569 100644 --- a/arch/arm/mach-zynq/include/mach/entry-macro.S +++ b/arch/arm/mach-zynq/include/mach/entry-macro.S @@ -20,9 +20,6 @@ * GNU General Public License for more details. */ -#include <mach/hardware.h> -#include <asm/hardware/entry-macro-gic.S> - .macro disable_fiq .endm |