aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-12-06 20:14:19 -0500
committerAndi Kleen <andi@basil.nowhere.org>2006-12-06 20:14:19 -0500
commit64a26a731235b59c9d73bbe82c1f896d57400d37 (patch)
treed9e903875c02445b9acdd07c580dba9f3193a2dd
parentd9408cefe677636bc1c100fdcfac0b2ab9ff87bf (diff)
[PATCH] x86-64: Export smp_call_function_single
smp_call_function() is exported, makes sense to export this one too. Signed-off-by: Andi Kleen <ak@suse.de>
-rw-r--r--arch/x86_64/kernel/smp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/smp.c b/arch/x86_64/kernel/smp.c
index 9f74c883568c..1bf0e094f439 100644
--- a/arch/x86_64/kernel/smp.c
+++ b/arch/x86_64/kernel/smp.c
@@ -385,6 +385,7 @@ int smp_call_function_single (int cpu, void (*func) (void *info), void *info,
385 put_cpu(); 385 put_cpu();
386 return 0; 386 return 0;
387} 387}
388EXPORT_SYMBOL(smp_call_function_single);
388 389
389/* 390/*
390 * this function sends a 'generic call function' IPI to all other CPUs 391 * this function sends a 'generic call function' IPI to all other CPUs