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:
@@ -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
|
||||
|
Reference in New Issue
Block a user