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)
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>

No differences found