Skip to content

Commit

Permalink
[ARM] Export smp_call_function()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and Russell King committed Nov 26, 2006
1 parent d00ec45 commit e730bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e730bf9

Please sign in to comment.