ACPI: processor: driver doesn't need to evaluate _PDC
authorAlex Chiang <achiang@hp.com>
Mon, 22 Feb 2010 19:11:39 +0000 (12:11 -0700)
committerLen Brown <len.brown@intel.com>
Mon, 15 Mar 2010 01:17:22 +0000 (21:17 -0400)
commitd8191fa4a33fdc817277da4f2b7f771ff605a41c
treed72667311fcaea0fbfc7c9a8e71bd6b612af215c
parent3b1da4c5d1032ebc29fec8bd8f592ba6589be8ed
ACPI: processor: driver doesn't need to evaluate _PDC

Now that the early _PDC evaluation path knows how to correctly
evaluate _PDC on only physically present processors, there's no
need for the processor driver to evaluate it later when it loads.

To cover the hotplug case, push _PDC evaluation down into the
hotplug paths.

Cc: x86@kernel.org
Cc: Tony Luck <tony.luck@intel.com>
Acked-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
arch/ia64/kernel/acpi.c
arch/x86/kernel/acpi/boot.c
drivers/acpi/processor_core.c
drivers/acpi/processor_driver.c