x86 idle APM: deprecate CONFIG_APM_CPU_IDLE
authorLen Brown <len.brown@intel.com>
Fri, 1 Apr 2011 19:19:23 +0000 (15:19 -0400)
committerLen Brown <len.brown@intel.com>
Sun, 29 May 2011 07:39:15 +0000 (03:39 -0400)
commit99c63221435963e0cee2402686ba99293c2ffa9e
tree7c73900db0eafed36291257494c1e084de6ad034
parent3b70b2e5fcf6315eb833a1bcc2b810bdc75484ff
x86 idle APM: deprecate CONFIG_APM_CPU_IDLE

We don't want to export the pm_idle function pointer to modules.
Currently CONFIG_APM_CPU_IDLE w/ CONFIG_APM_MODULE forces us to.

CONFIG_APM_CPU_IDLE is of dubious value, it runs only on 32-bit
uniprocessor laptops that are over 10 years old.  It calls into
the BIOS during idle, and is known to cause a number of machines
to fail.

Removing CONFIG_APM_CPU_IDLE and will allow us to stop exporting
pm_idle.  Any systems that were calling into the APM BIOS
at run-time will simply use HLT instead.

cc: x86@kernel.org
cc: Jiri Kosina <jkosina@suse.cz>
cc: stable@kernel.org # .39.x
Signed-off-by: Len Brown <len.brown@intel.com>
Documentation/feature-removal-schedule.txt
arch/x86/kernel/apm_32.c