ACPI: Add CPU hotplug support for processor device objects
authorToshi Kani <toshi.kani@hp.com>
Mon, 19 Mar 2012 19:08:02 +0000 (13:08 -0600)
committerLen Brown <len.brown@intel.com>
Fri, 30 Mar 2012 07:06:51 +0000 (03:06 -0400)
commit9f324bda970c599ca35f7be89d9d1bcb96d6053c
tree79cd2b9d07e6b8b43e7346b34150bf1a2559d3fe
parentc16fa4f2ad19908a47c63d8fa436a1178438c7e7
ACPI: Add CPU hotplug support for processor device objects

acpi_processor_install_hotplug_notify() registers processor objects to
receive ACPI CPU hotplug event notifications. This patch additionally
registers processor device objects (ACPI0007) to receive the notifications
as well.

Signed-off-by: Toshi Kani <toshi.kani@hp.com>
Reviewed-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_driver.c