diff options
author | Zhao Yakui <yakui.zhao@intel.com> | 2008-06-24 05:58:53 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2008-07-16 17:27:05 -0400 |
commit | c1e3b377ad48febba6f91b8ae42c44ee4d4ab45e (patch) | |
tree | 7893e4226f52c4001150066f544415c1b17741f5 /Documentation | |
parent | 5b53496a5ad79e91052f72761a7c5516b069bc99 (diff) |
ACPI: Create "idle=halt" bootparam
"idle=halt" limits the idle loop to using
the halt instruction. No MWAIT, no IO accesses,
no C-states deeper than C1.
If something is broken in the idle code,
"idle=halt" is a less severe workaround
than "idle=poll" which disables all power savings.
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 312fe77764a4..65db7f4711aa 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -818,7 +818,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
818 | See Documentation/ide/ide.txt. | 818 | See Documentation/ide/ide.txt. |
819 | 819 | ||
820 | idle= [X86] | 820 | idle= [X86] |
821 | Format: idle=poll or idle=mwait | 821 | Format: idle=poll or idle=mwait, idle=halt |
822 | Poll forces a polling idle loop that can slightly improves the performance | 822 | Poll forces a polling idle loop that can slightly improves the performance |
823 | of waking up a idle CPU, but will use a lot of power and make the system | 823 | of waking up a idle CPU, but will use a lot of power and make the system |
824 | run hot. Not recommended. | 824 | run hot. Not recommended. |
@@ -826,6 +826,8 @@ and is between 256 and 4096 characters. It is defined in the file | |||
826 | to not use it because it doesn't save as much power as a normal idle | 826 | to not use it because it doesn't save as much power as a normal idle |
827 | loop use the MONITOR/MWAIT idle loop anyways. Performance should be the same | 827 | loop use the MONITOR/MWAIT idle loop anyways. Performance should be the same |
828 | as idle=poll. | 828 | as idle=poll. |
829 | idle=halt. Halt is forced to be used for CPU idle. | ||
830 | In such case C2/C3 won't be used again. | ||
829 | 831 | ||
830 | ide-pci-generic.all-generic-ide [HW] (E)IDE subsystem | 832 | ide-pci-generic.all-generic-ide [HW] (E)IDE subsystem |
831 | Claim all unknown PCI IDE storage controllers. | 833 | Claim all unknown PCI IDE storage controllers. |