From 810ab66bc1bf4c5095555392ff2ba808462f210e Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 27 Jun 2008 11:48:22 +0200 Subject: [PATCH] --- yaml --- r: 101402 b: refs/heads/master c: 127a237a1ff49fa5b8e00af91e841598aeea3513 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/process.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 75c4f5e2d51a..b00abf52c20b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15c8b6c1aaaf1c4edd67e2f02e4d8e1bd1a51c0d +refs/heads/master: 127a237a1ff49fa5b8e00af91e841598aeea3513 diff --git a/trunk/arch/x86/kernel/process.c b/trunk/arch/x86/kernel/process.c index ba370dc8685b..2dad8fef391c 100644 --- a/trunk/arch/x86/kernel/process.c +++ b/trunk/arch/x86/kernel/process.c @@ -61,7 +61,7 @@ void cpu_idle_wait(void) { smp_mb(); /* 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);