diff options
Diffstat (limited to 'arch/x86/kernel/process.c')
-rw-r--r-- | arch/x86/kernel/process.c | 2 |
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 | } |
66 | EXPORT_SYMBOL_GPL(cpu_idle_wait); | 66 | EXPORT_SYMBOL_GPL(cpu_idle_wait); |
67 | 67 | ||