diff options
Diffstat (limited to 'arch/arc/kernel/smp.c')
-rw-r--r-- | arch/arc/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/smp.c b/arch/arc/kernel/smp.c index f2fdef964045..9f771b5d66c6 100644 --- a/arch/arc/kernel/smp.c +++ b/arch/arc/kernel/smp.c | |||
@@ -310,7 +310,7 @@ irqreturn_t do_IPI(int irq, void *dev_id) | |||
310 | unsigned long ops; | 310 | unsigned long ops; |
311 | 311 | ||
312 | if (plat_smp_ops.ipi_clear) | 312 | if (plat_smp_ops.ipi_clear) |
313 | plat_smp_ops.ipi_clear(cpu, irq); | 313 | plat_smp_ops.ipi_clear(irq); |
314 | 314 | ||
315 | /* | 315 | /* |
316 | * XXX: is this loop really needed | 316 | * XXX: is this loop really needed |