diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index 1b55c7864291d851197611053d2d6b9af43cb6b6..5a1f015ea9f36bfea7e55040699eb2acfa237269 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c @@ -595,6 +595,7 @@ int cpu_to_core_id(int cpu) of_node_put(np); return id; } +EXPORT_SYMBOL_GPL(cpu_to_core_id); /* Helper routines for cpu to core mapping */ int cpu_core_index_of_thread(int cpu)