|
@@ -61,7 +61,7 @@ void cpu_idle_wait(void)
|
|
{
|
|
{
|
|
smp_mb();
|
|
smp_mb();
|
|
/* kick all the CPUs so that they exit out of pm_idle */
|
|
/* kick all the CPUs so that they exit out of pm_idle */
|
|
- smp_call_function(do_nothing, NULL, 0, 1);
|
|
|
|
|
|
+ smp_call_function(do_nothing, NULL, 1);
|
|
}
|
|
}
|
|
EXPORT_SYMBOL_GPL(cpu_idle_wait);
|
|
EXPORT_SYMBOL_GPL(cpu_idle_wait);
|
|
|
|
|