diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-11-25 15:15:12 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-11-26 11:39:00 -0500 |
commit | e730bf96c89b27b2a90ae3e8054dae6133b4f90b (patch) | |
tree | b2a15610b0f559054a4e1f399280c94ea723e9b6 /arch/arm/kernel | |
parent | d00ec458cb9235025d20cf2783d3ddcd879a6c48 (diff) |
[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/kernel')
-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 a07d202143c3..070bcb7a6306 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, | |||
451 | return smp_call_function_on_cpu(func, info, retry, wait, | 451 | return smp_call_function_on_cpu(func, info, retry, wait, |
452 | cpu_online_map); | 452 | cpu_online_map); |
453 | } | 453 | } |
454 | EXPORT_SYMBOL_GPL(smp_call_function); | ||
454 | 455 | ||
455 | void show_ipi_list(struct seq_file *p) | 456 | void show_ipi_list(struct seq_file *p) |
456 | { | 457 | { |