diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-11-25 20:15:12 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-11-26 16:39:00 (GMT) |
commit | e730bf96c89b27b2a90ae3e8054dae6133b4f90b (patch) | |
tree | b2a15610b0f559054a4e1f399280c94ea723e9b6 /arch/arm | |
parent | d00ec458cb9235025d20cf2783d3ddcd879a6c48 (diff) | |
download | linux-e730bf96c89b27b2a90ae3e8054dae6133b4f90b.tar.xz |
[ARM] Export smp_call_function()
smp_call_function() will be used with the MP/core oprofile support
patch. Export it as _GPL.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/kernel/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c index a07d202..070bcb7 100644 --- a/arch/arm/kernel/smp.c +++ b/arch/arm/kernel/smp.c @@ -451,6 +451,7 @@ int smp_call_function(void (*func)(void *info), void *info, int retry, return smp_call_function_on_cpu(func, info, retry, wait, cpu_online_map); } +EXPORT_SYMBOL_GPL(smp_call_function); void show_ipi_list(struct seq_file *p) { |