summaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorLen Brown2011-04-01 21:46:09 +0200
committerLen Brown2011-05-29 09:39:17 +0200
commit5d4c47e0195b989f284907358bd5c268a44b91c7 (patch)
tree3a7c81ff3b3f5a5eb6199044a72c0145b58db413 /drivers/block
parentx86 idle: deprecate "no-hlt" cmdline param (diff)
downloadkernel-qcow2-linux-5d4c47e0195b989f284907358bd5c268a44b91c7.tar.gz
kernel-qcow2-linux-5d4c47e0195b989f284907358bd5c268a44b91c7.tar.xz
kernel-qcow2-linux-5d4c47e0195b989f284907358bd5c268a44b91c7.zip
x86 idle: deprecate mwait_idle() and "idle=mwait" cmdline param
mwait_idle() is a C1-only idle loop intended to be more efficient than HLT on SMP hardware that supports it. But mwait_idle() has been replaced by the more general mwait_idle_with_hints(), which handles both C1 and deeper C-states. ACPI uses only mwait_idle_with_hints(), and never uses mwait_idle(). Deprecate mwait_idle() and the "idle=mwait" cmdline param to simplify the x86 idle code. After this change, kernels configured with (!CONFIG_ACPI=n && !CONFIG_INTEL_IDLE=n) when run on hardware that support MWAIT will simply use HLT. If MWAIT is desired on those systems, cpuidle and the cpuidle drivers above can be used. cc: x86@kernel.org cc: stable@kernel.org # .39.x Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/block')
0 files changed, 0 insertions, 0 deletions