diff options
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r-- | kernel/softirq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index 65ff3e3961b4..d105a82543d0 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -518,7 +518,7 @@ static int __try_remote_softirq(struct call_single_data *cp, int cpu, int softir | |||
518 | cp->flags = 0; | 518 | cp->flags = 0; |
519 | cp->priv = softirq; | 519 | cp->priv = softirq; |
520 | 520 | ||
521 | __smp_call_function_single(cpu, cp); | 521 | __smp_call_function_single(cpu, cp, 0); |
522 | return 0; | 522 | return 0; |
523 | } | 523 | } |
524 | return 1; | 524 | return 1; |