git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92359a7
)
sh: Fix sh build failure when CONFIG_SFC=m
author
Aurelien Jarno
<aurelien@aurel32.net>
Tue, 18 Jan 2011 20:55:34 +0000
(20:55 +0000)
committer
Paul 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