sh: Fix sh build failure when CONFIG_SFC=m
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 18 Jan 2011 20:55:34 +0000 (20:55 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 19 Jan 2011 03:16:55 +0000 (12:16 +0900)
commit24ee7d79c5885275a531431c3b687b3a7919eee4
tree07823535b91a4302fd4c6ee5d46f6ac14273ff38
parent92359a705c8e6e8206d044868e0f860b7e90f109
sh: Fix sh build failure when CONFIG_SFC=m

CONFIG_SFC=m uses topology_core_cpumask() which, for sh, expects
cpu_core_map to be exported. It is not. This patch exports the needed
symbol.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/topology.c