]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86_64: Dont record local apic ids when they are disabled in MADT
authorAshok Raj <ashok.raj@intel.com>
Fri, 3 Feb 2006 20:51:50 +0000 (21:51 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 5 Feb 2006 00:43:15 +0000 (16:43 -0800)
commit636cfa70cb70351391b0cda78141a6c2dda4f777
treeec38f237d1b32f051ce4eed4e1a5bdcae148f6c7
parent76fefc1616ab3fcf61e753dc08075c7dad540099
[PATCH] x86_64: Dont record local apic ids when they are disabled in MADT

Some broken BIOS's had processors disabled, but
same apic id as a valid processor. This causes
acpi_processor_start() to think this disabled
cpu is ok, and croak. So we dont record bad
apicid's anymore.

http://bugzilla.kernel.org/show_bug.cgi?id=5930

Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/acpi/boot.c