Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e730bf96 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d00ec458
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
{