From: Ashok Raj Date: Fri, 3 Feb 2006 20:51:50 +0000 (+0100) Subject: [PATCH] x86_64: Dont record local apic ids when they are disabled in MADT X-Git-Tag: v2.6.16-rc3~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f66ae48de27bc9506cff0f2991d74901a0c2f8d;p=pandora-kernel.git [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 Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed