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:
25fab9e
)
[PATCH] s390: earlier initialization of cpu_possible_map
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Sun, 12 Feb 2006 01:56:00 +0000
(17:56 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 12 Feb 2006 05:41:12 +0000
(21:41 -0800)
Initiliazing of cpu_possible_map was done in smp_prepare_cpus which is way too
late. Therefore assign a static value to cpu_possible_map, since we don't
have access to max_cpus in setup_arch.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found