[PATCH] x86_64: Move cpu_present/possible_map parsing earlier
authorAndi Kleen <ak@suse.de>
Fri, 29 Jul 2005 04:15:27 +0000 (21:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Jul 2005 04:45:58 +0000 (21:45 -0700)
commit61b1b2d0239da82c0bed8adaa1d070c6551d4afd
tree121b652c8b6915d17beb622086e362a9e9c1733e
parent5b943fbfaf0dbdd3cd9ff2dda100f0b8c47a7d8c
[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 <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/mpparse.c
arch/x86_64/kernel/smpboot.c