From: Alok Kataria Date: Wed, 9 Apr 2008 00:41:56 +0000 (-0700) Subject: acpi: fix "buggy BIOS check" when CPUs are hot removed X-Git-Tag: v2.6.25-rc9~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba62b077871a5255e271f4fdae57167651839277;p=pandora-kernel.git acpi: fix "buggy BIOS check" when CPUs are hot removed Fixes a BUG in ACPI hotplugging. processor_device_array[pr->id] needs to be set to NULL when removing a CPU. Else the "buggy BIOS check" in acpi_processor_start mistakenly fires when a CPU is removed from the system and then later re-added. Signed-off-by: Alok N Kataria Signed-off-by: Dan Arai Cc: Len Brown Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed