[PATCH] s390: earlier initialization of cpu_possible_map
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sun, 12 Feb 2006 01:56:00 +0000 (17:56 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 12 Feb 2006 05:41:12 +0000 (21:41 -0800)
commit9733e2407ad2237867cb13c04e7d619397fa3090
tree87324f48ee24b8e61acd3671312639c8003af7cb
parent25fab9ebac445d57b656f5faabac5a195bed2f82
[PATCH] s390: earlier initialization of cpu_possible_map

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>
arch/s390/kernel/smp.c