aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorZhao Yakui <yakui.zhao@intel.com>2008-06-24 06:01:09 -0400
committerAndi Kleen <andi@basil.nowhere.org>2008-07-16 17:27:05 -0400
commitda5e09a1b3e5a9fc0b15a3feb64e921ccc55ba74 (patch)
tree382a75c1180e458df826ef4efbc191f3f71275c1 /Documentation/kernel-parameters.txt
parentc1e3b377ad48febba6f91b8ae42c44ee4d4ab45e (diff)
ACPI : Create "idle=nomwait" bootparam
"idle=nomwait" disables the use of the MWAIT instruction from both C1 (C1_FFH) and deeper (C2C3_FFH) C-states. When MWAIT is unavailable, the BIOS and OS generally negotiate to use the HALT instruction for C1, and use IO accesses for deeper C-states. This option is useful for power and performance comparisons, and also to work around BIOS bugs where broken MWAIT support is advertised. http://bugzilla.kernel.org/show_bug.cgi?id=10807 http://bugzilla.kernel.org/show_bug.cgi?id=10914 Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Signed-off-by: Li Shaohua <shaohua.li@intel.com> Signed-off-by: Len Brown <len.brown@intel.com> Signed-off-by: Andi Kleen <ak@linux.intel.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 65db7f4711aa..5e497d16fb51 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, idle=halt 821 Format: idle=poll or idle=mwait, idle=halt, idle=nomwait
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.
@@ -828,6 +828,7 @@ and is between 256 and 4096 characters. It is defined in the file
828 as idle=poll. 828 as idle=poll.
829 idle=halt. Halt is forced to be used for CPU idle. 829 idle=halt. Halt is forced to be used for CPU idle.
830 In such case C2/C3 won't be used again. 830 In such case C2/C3 won't be used again.
831 idle=nomwait. Disable mwait for CPU C-states
831 832
832 ide-pci-generic.all-generic-ide [HW] (E)IDE subsystem 833 ide-pci-generic.all-generic-ide [HW] (E)IDE subsystem
833 Claim all unknown PCI IDE storage controllers. 834 Claim all unknown PCI IDE storage controllers.