commit | 9733e2407ad2237867cb13c04e7d619397fa3090 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <[email protected]> | Sat Feb 11 17:56:00 2006 -0800 |
committer | Linus Torvalds <[email protected]> | Sat Feb 11 21:41:12 2006 -0800 |
tree | 87324f48ee24b8e61acd3671312639c8003af7cb | |
parent | 25fab9ebac445d57b656f5faabac5a195bed2f82 [diff] |
[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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>