aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpuidle.h
diff options
context:
space:
mode:
authorSudeep Holla <Sudeep.Holla@arm.com>2016-07-19 18:52:55 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-07-21 23:29:37 +0200
commitce3ad71026b10f12b46cb88226e547be886b2251 (patch)
tree35f1c036745522e72ff6d3b9f1528eb17d53d2b3 /include/linux/cpuidle.h
parentACPI / processor_idle: Add support for Low Power Idle(LPI) states (diff)
downloadlinux-dev-ce3ad71026b10f12b46cb88226e547be886b2251.tar.xz
linux-dev-ce3ad71026b10f12b46cb88226e547be886b2251.zip
arm64: cpuidle: drop __init section marker to arm_cpuidle_init
Commit ea389daa7fd9 (arm64: cpuidle: add __init section marker to arm_cpuidle_init) added the __init annotation to arm_cpuidle_init as it was not needed after booting which was correct at that time. However with the introduction of ACPI LPI support, this will be used from cpuhotplug path in ACPI processor driver. This patch drops the __init annotation from arm_cpuidle_init to avoid the following warning: WARNING: vmlinux.o(.text+0x113c8): Section mismatch in reference from the function acpi_processor_ffh_lpi_probe() to the function .init.text:arm_cpuidle_init() The function acpi_processor_ffh_lpi_probe() references the function __init arm_cpuidle_init(). This is often because acpi_processor_ffh_lpi_probe() lacks a __init annotation or the annotation of arm_cpuidle_init is wrong. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/cpuidle.h')
0 files changed, 0 insertions, 0 deletions