diff options
| -rw-r--r-- | kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/smp.c b/kernel/smp.c index 7e0432a4a0e2..4f582b257eba 100644 --- a/kernel/smp.c +++ b/kernel/smp.c | |||
| @@ -300,7 +300,7 @@ int smp_call_function_mask(cpumask_t mask, void (*func)(void *), void *info, | |||
| 300 | return 0; | 300 | return 0; |
| 301 | else if (num_cpus == 1) { | 301 | else if (num_cpus == 1) { |
| 302 | cpu = first_cpu(mask); | 302 | cpu = first_cpu(mask); |
| 303 | return smp_call_function_single(cpu, func, info, 0, wait); | 303 | return smp_call_function_single(cpu, func, info, wait); |
| 304 | } | 304 | } |
| 305 | 305 | ||
| 306 | if (!wait) { | 306 | if (!wait) { |
