aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index bda85f1dbd44..4df73da11adc 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1457,6 +1457,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1457 disable 1457 disable
1458 Do not enable intel_pstate as the default 1458 Do not enable intel_pstate as the default
1459 scaling driver for the supported processors 1459 scaling driver for the supported processors
1460 force
1461 Enable intel_pstate on systems that prohibit it by default
1462 in favor of acpi-cpufreq. Forcing the intel_pstate driver
1463 instead of acpi-cpufreq may disable platform features, such
1464 as thermal controls and power capping, that rely on ACPI
1465 P-States information being indicated to OSPM and therefore
1466 should be used with caution. This option does not work with
1467 processors that aren't supported by the intel_pstate driver
1468 or on platforms that use pcc-cpufreq instead of acpi-cpufreq.
1460 no_hwp 1469 no_hwp
1461 Do not enable hardware P state control (HWP) 1470 Do not enable hardware P state control (HWP)
1462 if available. 1471 if available.