]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: Add weak routines for ACPI CPU Hotplug
authorAshwin Chaugule <ashwin.chaugule@linaro.org>
Wed, 9 Sep 2015 20:27:06 +0000 (16:27 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Oct 2015 21:08:03 +0000 (23:08 +0200)
commit8515efda301db3c3a6413eb5aee042bdcfdee17a
tree1733c432ba51f67f18e7b6de0a0c39c6ccdc214d
parent55a0ca33e683e88b8a2f6af04a853126a36c3fc2
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 2586ad29d14d ("[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>
drivers/acpi/acpi_processor.c