From 24c48fa9e724b06ece1aab0712cf5423920d9c7b Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Mon, 12 Sep 2005 18:49:24 +0200 Subject: [PATCH] --- yaml --- r: 8577 b: refs/heads/master c: f1f4e83fd9b5ce77d05825586d0426a54b8f3a68 h: refs/heads/master i: 8575: 659a06d967b53853d4d27273928c2dd7d9082214 v: v3 --- [refs] | 2 +- trunk/arch/x86_64/kernel/smp.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b2cc011ed655..1cdef48be9ee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b4452218c4b7a579056d439b73a668b71654c137 +refs/heads/master: f1f4e83fd9b5ce77d05825586d0426a54b8f3a68 diff --git a/trunk/arch/x86_64/kernel/smp.c b/trunk/arch/x86_64/kernel/smp.c index e5958220d6b8..82d38f145b43 100644 --- a/trunk/arch/x86_64/kernel/smp.c +++ b/trunk/arch/x86_64/kernel/smp.c @@ -295,8 +295,11 @@ void unlock_ipi_call_lock(void) /* * this function sends a 'generic call function' IPI to one other CPU * in the system. + * + * cpu is a standard Linux logical CPU number. */ -static void __smp_call_function_single (int cpu, void (*func) (void *info), void *info, +static void +__smp_call_function_single(int cpu, void (*func) (void *info), void *info, int nonatomic, int wait) { struct call_data_struct data;