aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2011-12-14 11:18:52 -0500
committerLen Brown <len.brown@intel.com>2012-01-17 14:19:58 -0500
commit2e92c7ad8f269c2b5b7f2a4763675f55f00b75f5 (patch)
treef803d529d9b2e58b558da33d0a613ae3121777b6 /Documentation
parent63ff07beaebef2a82da41cf04053ae88b579226d (diff)
ACPI: kernel-parameters.txt : Add intel_idle.max_cstate
Add missing intel_idle.max_cstate in kernel-parameters.txt Signed-off-by Masanari Iida <standby24x7@gmail.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 81c287fad79d..c6a56d8b901c 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1035,6 +1035,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1035 By default, super page will be supported if Intel IOMMU 1035 By default, super page will be supported if Intel IOMMU
1036 has the capability. With this option, super page will 1036 has the capability. With this option, super page will
1037 not be supported. 1037 not be supported.
1038
1039 intel_idle.max_cstate= [KNL,HW,ACPI,X86]
1040 0 disables intel_idle and fall back on acpi_idle.
1041 1 to 6 specify maximum depth of C-state.
1042
1038 intremap= [X86-64, Intel-IOMMU] 1043 intremap= [X86-64, Intel-IOMMU]
1039 on enable Interrupt Remapping (default) 1044 on enable Interrupt Remapping (default)
1040 off disable Interrupt Remapping 1045 off disable Interrupt Remapping