ARC: [SMP] IPI ACK interface doesn't need "self" cpu-id

The interface is confusing, it feels like we are getting "sender" info,
whereas it is the "receiver", which can very well be retrived by
smp_processor_id(), if need be.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
Vineet Gupta 2013-11-25 14:37:14 +05:30
parent ddf84433f4
commit ccdaa6e0c8
3 changed files with 5 additions and 5 deletions

View file

@ -310,7 +310,7 @@ irqreturn_t do_IPI(int irq, void *dev_id)
unsigned long ops;
if (plat_smp_ops.ipi_clear)
plat_smp_ops.ipi_clear(cpu, irq);
plat_smp_ops.ipi_clear(irq);
/*
* XXX: is this loop really needed