ARC: [plat-eznps] remove IPI clear from SMP operations
authorNoam Camus <noamca@mellanox.com>
Tue, 8 Nov 2016 09:58:23 +0000 (11:58 +0200)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 8 Nov 2016 17:25:18 +0000 (09:25 -0800)
commit66619433d0fdf3e7d9f573993217b0d2cc3044fa
tree5adbe8fe590f42a5378315a7638790483e2f400e
parent76a08404742e6da79f1e5002ac39033dc79d94da
ARC: [plat-eznps] remove IPI clear from SMP operations

Today we register to plat_smp_ops.clear() method which actually
is acking the IPI.
However this is already taking care by our irqchip driver specifically
by the irq_chip.irq_eoi() method.
This is perfect timing where it should be done and no special handling
is needed at plat_smp_ops.clear().

Signed-off-by: Noam Camus <noamca@mellanox.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/plat-eznps/smp.c