Re: [PATCH 1/2] irqchip/gic: Only populate set_affinity for the root controller

2016-02-11 Thread Marc Zyngier
On 09/02/16 15:24, Jon Hunter wrote: > Setting the affinity of an IRQ, it only applicable for the root > interrupt controller and so only populate this operator for the root > controller. > > Signed-off-by: Jon Hunter Acked-by: Marc Zyngier M. -- Jazz is not dead. It just smells funny

[PATCH 1/2] irqchip/gic: Only populate set_affinity for the root controller

2016-02-09 Thread Jon Hunter
Setting the affinity of an IRQ, it only applicable for the root interrupt controller and so only populate this operator for the root controller. Signed-off-by: Jon Hunter --- drivers/irqchip/irq-gic.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/irqchip