commit | 56cdc2a05c248c9dfe2480813fc34a4e6d7a77db | [log] [tgz] |
---|---|---|
author | Ashwin Chaugule <ashwin.chaugule@linaro.org> | Wed Sep 09 16:27:06 2015 -0400 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Oct 12 23:08:03 2015 +0200 |
tree | 1733c432ba51f67f18e7b6de0a0c39c6ccdc214d | |
parent | 5477fb3bd1e8e43299761850318fe0057172a24a [diff] |
ACPI: Add weak routines for ACPI CPU Hotplug Add weak functions for architectures which do not support hot-adding and removing CPUs which aren't detected at bootup. (e.g. via MADT). This helps preserve the Kconfig dependency from: commit cbfc1bae55bb ("[ACPI] ACPI_HOTPLUG_CPU Kconfig dependency update") prevent: HOTPLUG_CPU=y ACPI_PROCESSOR=y ACPI_HOTPLUG_CPU=n Signed-off-by: Ashwin Chaugule <ashwin.chaugule@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>