mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
[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>
This commit is contained in:
parent
d00ec458cb
commit
e730bf96c8
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
return smp_call_function_on_cpu(func, info, retry, wait,
|
||||||
cpu_online_map);
|
cpu_online_map);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(smp_call_function);
|
||||||
|
|
||||||
void show_ipi_list(struct seq_file *p)
|
void show_ipi_list(struct seq_file *p)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue