arm64: IRQ handling
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 5 Mar 2012 11:49:29 +0000 (11:49 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 17 Sep 2012 12:42:02 +0000 (13:42 +0100)
commitfb9bd7d6df81ddf1e7ab6648ac89ddbe0625b26b
treec0c91b6db58b4c9b70e63cf02cdb0a73fe0ac3e8
parent58d0ba578bc3b7c044d4ef570307bcb03862cb66
arm64: IRQ handling

This patch adds the support for IRQ handling. The actual interrupt
controller will be part of a separate patch (going into
drivers/irqchip/).

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm64/include/asm/hardirq.h [new file with mode: 0644]
arch/arm64/include/asm/irq.h [new file with mode: 0644]
arch/arm64/include/asm/irqflags.h [new file with mode: 0644]
arch/arm64/kernel/irq.c [new file with mode: 0644]
This page took 0.027548 seconds and 5 git commands to generate.