From: Andi Kleen Date: Fri, 29 Jul 2005 04:15:27 +0000 (-0700) Subject: [PATCH] x86_64: Move cpu_present/possible_map parsing earlier X-Git-Tag: v2.6.13-rc5~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b1b2d0239da82c0bed8adaa1d070c6551d4afd;p=pandora-kernel.git [PATCH] x86_64: Move cpu_present/possible_map parsing earlier Various code needs this information now before the actual SMP bootup. Instead of computing it on the fly while booting the other CPUs set it up now while initial MPtable/MADT parsing. Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed