From: Heiko Carstens Date: Sun, 12 Feb 2006 01:56:00 +0000 (-0800) Subject: [PATCH] s390: earlier initialization of cpu_possible_map X-Git-Tag: v2.6.16-rc3~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9733e2407ad2237867cb13c04e7d619397fa3090;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed