From 1f00ba93711b52fd0aeb36eaca617012cee613db Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Mon, 4 Feb 2008 16:48:04 +0100 Subject: [PATCH] --- yaml --- r: 82878 b: refs/heads/master c: 7bb308a1eae2a3b869c498017aed15a699d80799 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/process_32.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b30fc4f52913..689e7db975c0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e04f99c987a82f075fcc2bceda351d7610802a88 +refs/heads/master: 7bb308a1eae2a3b869c498017aed15a699d80799 diff --git a/trunk/arch/x86/kernel/process_32.c b/trunk/arch/x86/kernel/process_32.c index 968371ab223a..dabdbeff1f77 100644 --- a/trunk/arch/x86/kernel/process_32.c +++ b/trunk/arch/x86/kernel/process_32.c @@ -251,7 +251,7 @@ void cpu_idle_wait(void) * because it has nothing to do. * Give all the remaining CPUS a kick. */ - smp_call_function_mask(map, do_nothing, 0, 0); + smp_call_function_mask(map, do_nothing, NULL, 0); } while (!cpus_empty(map)); set_cpus_allowed(current, tmp);