aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
index ba370dc8685b..2dad8fef391c 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -61,7 +61,7 @@ void cpu_idle_wait(void)
61{ 61{
62 smp_mb(); 62 smp_mb();
63 /* kick all the CPUs so that they exit out of pm_idle */ 63 /* kick all the CPUs so that they exit out of pm_idle */
64 smp_call_function(do_nothing, NULL, 0, 1); 64 smp_call_function(do_nothing, NULL, 1);
65} 65}
66EXPORT_SYMBOL_GPL(cpu_idle_wait); 66EXPORT_SYMBOL_GPL(cpu_idle_wait);
67 67