[ARM] Export smp_call_function()
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 25 Nov 2006 20:15:12 +0000 (20:15 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 26 Nov 2006 16:39:00 +0000 (16:39 +0000)
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>
arch/arm/kernel/smp.c

index a07d202143c33b958100346335d83cbf650aec96..070bcb7a63068188dfd7b39ad4be75dd3dede3d7 100644 (file)
@@ -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)
 {