aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorDirk Brandewie <dirk.brandewie@gmail.com>2013-02-15 16:55:10 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-02-15 16:55:10 -0500
commit6be264986152c498562f26b15ed73c70aa37ce48 (patch)
tree98d9a397ca627d67a9fbd117a23b8acbfd69622a /Documentation/kernel-parameters.txt
parentda0d9fda3743769484d3db5a17a121599076e869 (diff)
cpufreq / intel_pstate: Add kernel command line option disable intel_pstate.
When intel_pstate is configured into the kernel it will become the preferred scaling driver for processors that it supports. Allow the user to override this by adding: intel_pstate=disable on the kernel command line. Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-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 363e348bff9b..b335c456feb9 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1131,6 +1131,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1131 0 disables intel_idle and fall back on acpi_idle. 1131 0 disables intel_idle and fall back on acpi_idle.
1132 1 to 6 specify maximum depth of C-state. 1132 1 to 6 specify maximum depth of C-state.
1133 1133
1134 intel_pstate= [X86]
1135 disable
1136 Do not enable intel_pstate as the default
1137 scaling driver for the supported processors
1138
1134 intremap= [X86-64, Intel-IOMMU] 1139 intremap= [X86-64, Intel-IOMMU]
1135 on enable Interrupt Remapping (default) 1140 on enable Interrupt Remapping (default)
1136 off disable Interrupt Remapping 1141 off disable Interrupt Remapping