commit | 7f66ae48de27bc9506cff0f2991d74901a0c2f8d | [log] [tgz] |
---|---|---|
author | Ashok Raj <ashok.raj@intel.com> | Fri Feb 03 21:51:50 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Feb 04 16:43:15 2006 -0800 |
tree | ec38f237d1b32f051ce4eed4e1a5bdcae148f6c7 | |
parent | d646bce4c77af72f5a293a96fbf14174c9f2a9c2 [diff] |
[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>