diff options
author | Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> | 2015-10-14 19:12:02 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-10-14 19:53:19 -0400 |
commit | 053f56def57bfaef14c97d268ef6bc4ebe952720 (patch) | |
tree | 4181815cba018e93503bf34cb893b293ab781475 | |
parent | 37afb00032424d684a48d649fcfb8b5e4f17c409 (diff) |
Documentation: kernel_parameters for Intel P state driver
Added new option "no_acpi" for not using ACPI processor performance
control objects in Intel P state driver.
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Acked-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 22a4b687ea5b..9b75e2a760de 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1546,6 +1546,9 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1546 | hwp_only | 1546 | hwp_only |
1547 | Only load intel_pstate on systems which support | 1547 | Only load intel_pstate on systems which support |
1548 | hardware P state control (HWP) if available. | 1548 | hardware P state control (HWP) if available. |
1549 | no_acpi | ||
1550 | Don't use ACPI processor performance control objects | ||
1551 | _PSS and _PPC specified limits. | ||
1549 | 1552 | ||
1550 | intremap= [X86-64, Intel-IOMMU] | 1553 | intremap= [X86-64, Intel-IOMMU] |
1551 | on enable Interrupt Remapping (default) | 1554 | on enable Interrupt Remapping (default) |