diff options
Diffstat (limited to 'Documentation/cpu-freq/intel-pstate.txt')
-rw-r--r-- | Documentation/cpu-freq/intel-pstate.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cpu-freq/intel-pstate.txt b/Documentation/cpu-freq/intel-pstate.txt index f7b12c071d53..e6bd1e6512a5 100644 --- a/Documentation/cpu-freq/intel-pstate.txt +++ b/Documentation/cpu-freq/intel-pstate.txt | |||
@@ -25,7 +25,7 @@ callback, so cpufreq core can't request a transition to a specific frequency. | |||
25 | The driver provides minimum and maximum frequency limits and callbacks to set a | 25 | The driver provides minimum and maximum frequency limits and callbacks to set a |
26 | policy. The policy in cpufreq sysfs is referred to as the "scaling governor". | 26 | policy. The policy in cpufreq sysfs is referred to as the "scaling governor". |
27 | The cpufreq core can request the driver to operate in any of the two policies: | 27 | The cpufreq core can request the driver to operate in any of the two policies: |
28 | "performance: and "powersave". The driver decides which frequency to use based | 28 | "performance" and "powersave". The driver decides which frequency to use based |
29 | on the above policy selection considering minimum and maximum frequency limits. | 29 | on the above policy selection considering minimum and maximum frequency limits. |
30 | 30 | ||
31 | The Intel P-State driver falls under the latter category, which implements the | 31 | The Intel P-State driver falls under the latter category, which implements the |