Re: [PATCH] ARC: [plat-eznps] remove IPI clear from SMP operations

2016-11-07 Thread Vineet Gupta
On 11/06/2016 11:34 PM, Noam Camus wrote: > From: Noam Camus > > Generic IRQ mechanism is already acknowledge the IPI IRQ. > Doing this once more time in IPI handler is not needed. Changelog can be improved ! Generic IRQ mechanism can't ack the irq. The NPQ irqchip driver

Re: [PATCH] ARC: [plat-eznps] remove IPI clear from SMP operations

2016-11-07 Thread Vineet Gupta
On 11/06/2016 11:34 PM, Noam Camus wrote: > From: Noam Camus > > Generic IRQ mechanism is already acknowledge the IPI IRQ. > Doing this once more time in IPI handler is not needed. Changelog can be improved ! Generic IRQ mechanism can't ack the irq. The NPQ irqchip driver does this for all irqs

[PATCH] ARC: [plat-eznps] remove IPI clear from SMP operations

2016-11-06 Thread Noam Camus
From: Noam Camus Generic IRQ mechanism is already acknowledge the IPI IRQ. Doing this once more time in IPI handler is not needed. Signed-off-by: Noam Camus --- arch/arc/plat-eznps/smp.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-)

[PATCH] ARC: [plat-eznps] remove IPI clear from SMP operations

2016-11-06 Thread Noam Camus
From: Noam Camus Generic IRQ mechanism is already acknowledge the IPI IRQ. Doing this once more time in IPI handler is not needed. Signed-off-by: Noam Camus --- arch/arc/plat-eznps/smp.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/arc/plat-eznps/smp.c