mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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:
parent
ddf84433f4
commit
ccdaa6e0c8
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue