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 5fdf714f40a0..d006bb22f3ca 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1446,6 +1446,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1446 disable 1446 disable
1447 Do not enable intel_pstate as the default 1447 Do not enable intel_pstate as the default
1448 scaling driver for the supported processors 1448 scaling driver for the supported processors
1449 force
1450 Enable intel_pstate on systems that prohibit it by default
1451 in favor of acpi-cpufreq. Forcing the intel_pstate driver
1452 instead of acpi-cpufreq may disable platform features, such
1453 as thermal controls and power capping, that rely on ACPI
1454 P-States information being indicated to OSPM and therefore
1455 should be used with caution. This option does not work with
1456 processors that aren't supported by the intel_pstate driver
1457 or on platforms that use pcc-cpufreq instead of acpi-cpufreq.
1449 no_hwp 1458 no_hwp
1450 Do not enable hardware P state control (HWP) 1459 Do not enable hardware P state control (HWP)
1451 if available. 1460 if available.