]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit2540e914b7deb949f6015763cd4b17a89fd9f5ab
tree84f5fc0c1a3cf0bd9a47baa7f4ed268494d565e2
parent57f2085e45590cebcc07858937e1eca3cb9acbff
[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