[PATCH] x86: MP_processor_info fix
authorAndrew Morton <akpm@osdl.org>
Fri, 9 Sep 2005 20:01:21 +0000 (13:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:56:43 +0000 (13:56 -0700)
commit1299232b5743da454c73853b90b3d2d83dce1737
tree84f5fc0c1a3cf0bd9a47baa7f4ed268494d565e2
parent5dce225bd9ea60e28e17076de63df0dee51b2883
[PATCH] x86: MP_processor_info fix

Remove the weird and apparently unnecessary logic in MP_processor_info() which
assumes that the BSP is the first one to run MP_processor_info().  On one of
my boxes that isn't true and cpu_possible_map gets the wrong value.

Cc: Zwane Mwaikambo <zwane@arm.linux.org.uk>
Cc: Alexander Nyberg <alexn@telia.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/mpparse.c