diff --git a/[refs] b/[refs] index b00abf52c20b..8660d3665ea9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 127a237a1ff49fa5b8e00af91e841598aeea3513 +refs/heads/master: ce0d1b6f73870878aae622b72e85fe8f7a16b51c diff --git a/trunk/kernel/smp.c b/trunk/kernel/smp.c index 7e0432a4a0e2..4f582b257eba 100644 --- a/trunk/kernel/smp.c +++ b/trunk/kernel/smp.c @@ -300,7 +300,7 @@ int smp_call_function_mask(cpumask_t mask, void (*func)(void *), void *info, return 0; else if (num_cpus == 1) { cpu = first_cpu(mask); - return smp_call_function_single(cpu, func, info, 0, wait); + return smp_call_function_single(cpu, func, info, wait); } if (!wait) {