From: Ivan Kokshaysky Date: Wed, 8 Feb 2006 08:55:06 +0000 (+0300) Subject: [PATCH] alpha: set cpu_possible_map much earlier X-Git-Tag: v2.6.16-rc3~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=328c2a8a39e1ba43a6e54e43fc752f7035779561;p=pandora-kernel.git [PATCH] alpha: set cpu_possible_map much earlier All the percpu data structure walkers want cpu_possible_map to be initialized early, but alpha instead populated "hwrpb_cpu_present_mask" early in setup_smp(), and then initialized cpu_possible_map only much later. Thanks go to Heiko Carstens and Dipankar Sarma for noticing. This fixes it and we can get rid of hwrpb_cpu_present_mask entirely. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed