diff mbox

sh: Fix sh build failure when CONFIG_SFC=m

Message ID 1295384134-26329-1-git-send-email-aurelien@aurel32.net (mailing list archive)
State Accepted
Commit 24ee7d79c5885275a531431c3b687b3a7919eee4
Headers show

Commit Message

Aurelien Jarno Jan. 18, 2011, 8:55 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/sh/kernel/topology.c b/arch/sh/kernel/topology.c
index 948fdb6..38e8628 100644
--- a/arch/sh/kernel/topology.c
+++ b/arch/sh/kernel/topology.c
@@ -17,6 +17,7 @@ 
 static DEFINE_PER_CPU(struct cpu, cpu_devices);
 
 cpumask_t cpu_core_map[NR_CPUS];
+EXPORT_SYMBOL(cpu_core_map);
 
 static cpumask_t cpu_coregroup_map(unsigned int cpu)
 {