[PATCH v2 02/26] arm64: convert handle_IRQ to use __handle_domain_irq

2014-08-26 Thread Marc Zyngier
In order to limit code duplication, convert the architecture specific handle_IRQ to use the generic __handle_domain_irq function. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- arch/arm64/Kconfig | 1 + arch/arm64/kernel/irq.c | 18 +- 2 files changed, 2

Re: [PATCH v2 02/26] arm64: convert handle_IRQ to use __handle_domain_irq

2014-08-26 Thread Catalin Marinas
On Tue, Aug 26, 2014 at 11:03:17AM +0100, Marc Zyngier wrote: In order to limit code duplication, convert the architecture specific handle_IRQ to use the generic __handle_domain_irq function. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- arch/arm64/Kconfig | 1 +

Re: [PATCH v2 02/26] arm64: convert handle_IRQ to use __handle_domain_irq

2014-08-26 Thread Marc Zyngier
On 26/08/14 17:51, Catalin Marinas wrote: On Tue, Aug 26, 2014 at 11:03:17AM +0100, Marc Zyngier wrote: In order to limit code duplication, convert the architecture specific handle_IRQ to use the generic __handle_domain_irq function. Signed-off-by: Marc Zyngier marc.zyng...@arm.com ---