commit | 66619433d0fdf3e7d9f573993217b0d2cc3044fa | [log] [tgz] |
---|---|---|
author | Noam Camus <noamca@mellanox.com> | Tue Nov 08 11:58:23 2016 +0200 |
committer | Vineet Gupta <vgupta@synopsys.com> | Tue Nov 08 09:25:18 2016 -0800 |
tree | 5adbe8fe590f42a5378315a7638790483e2f400e | |
parent | 76a08404742e6da79f1e5002ac39033dc79d94da [diff] |
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>