mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[CPUFREQ] minor correction to cpu-freq documentation
I have been reading the documentation for cpufreq closely. Found a couple of minor errors in the Documentation. Signed-off-by: Naga Chumbalkar <nagananda.chumbalkar@hp.com> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
21335d0214
commit
51555c0e91
2 changed files with 1 additions and 2 deletions
|
@ -155,7 +155,7 @@ actual frequency must be determined using the following rules:
|
||||||
- if relation==CPUFREQ_REL_H, try to select a new_freq lower than or equal
|
- if relation==CPUFREQ_REL_H, try to select a new_freq lower than or equal
|
||||||
target_freq. ("H for highest, but no higher than")
|
target_freq. ("H for highest, but no higher than")
|
||||||
|
|
||||||
Here again the frequency table helper might assist you - see section 3
|
Here again the frequency table helper might assist you - see section 2
|
||||||
for details.
|
for details.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,6 @@ Contents:
|
||||||
|
|
||||||
3. How to change the CPU cpufreq policy and/or speed
|
3. How to change the CPU cpufreq policy and/or speed
|
||||||
3.1 Preferred interface: sysfs
|
3.1 Preferred interface: sysfs
|
||||||
3.2 Deprecated interfaces
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue