Skip to content

Commit 8183003

Browse files
committed
cpufreq: Update scaling_cur_freq documentation
Commit f8475ce "x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF" modified the way the scaling_cur_freq cpufreq policy attribute in sysfs is handled on contemporary Intel-based x86 systems, so update the documentation to reflect that change. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent fab24dc commit 8183003

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/admin-guide/pm/cpufreq.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,16 @@ are the following:
269269
``scaling_cur_freq``
270270
Current frequency of all of the CPUs belonging to this policy (in kHz).
271271

272-
For the majority of scaling drivers, this is the frequency of the last
273-
P-state requested by the driver from the hardware using the scaling
272+
In the majority of cases, this is the frequency of the last P-state
273+
requested by the scaling driver from the hardware using the scaling
274274
interface provided by it, which may or may not reflect the frequency
275275
the CPU is actually running at (due to hardware design and other
276276
limitations).
277277

278-
Some scaling drivers (e.g. |intel_pstate|) attempt to provide
279-
information more precisely reflecting the current CPU frequency through
280-
this attribute, but that still may not be the exact current CPU
281-
frequency as seen by the hardware at the moment.
278+
Some architectures (e.g. ``x86``) may attempt to provide information
279+
more precisely reflecting the current CPU frequency through this
280+
attribute, but that still may not be the exact current CPU frequency as
281+
seen by the hardware at the moment.
282282

283283
``scaling_driver``
284284
The scaling driver currently in use.

0 commit comments

Comments
 (0)