diff options
author | Wang Long <long.wanglong@huawei.com> | 2015-05-05 01:22:26 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-05-05 23:23:25 +0200 |
commit | f133d08a3986efeff24069616ac739fc83c8ec9f (patch) | |
tree | 0da07d2b0b79b703944f0367b627f61f62740a9d /Documentation/cpu-freq | |
parent | 4055fad34086dcf5229c43846e0a3cf0fb3692e3 (diff) | |
download | blackbird-op-linux-f133d08a3986efeff24069616ac739fc83c8ec9f.tar.gz blackbird-op-linux-f133d08a3986efeff24069616ac739fc83c8ec9f.zip |
Documentation: cpufreq: delete duplicate description of sysfs interface 'scaling_driver'
The file 'Documentation/cpu-freq/user-guide.txt' has duplicate
description of sysfs interface 'scaling_driver'.
[first]
scaling_driver : this file shows what cpufreq driver is
used to set the frequency on this CPU
[second]
scaling_driver : Hardware driver for cpufreq.
Although this does not affect anything, I think we should only have
one. so delete the second one because the first one is described in
more detail.
Signed-off-by: Wang Long <long.wanglong@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/cpu-freq')
-rw-r--r-- | Documentation/cpu-freq/user-guide.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/cpu-freq/user-guide.txt b/Documentation/cpu-freq/user-guide.txt index ff2f28332cc4..109e97bbab77 100644 --- a/Documentation/cpu-freq/user-guide.txt +++ b/Documentation/cpu-freq/user-guide.txt @@ -196,8 +196,6 @@ affected_cpus : List of Online CPUs that require software related_cpus : List of Online + Offline CPUs that need software coordination of frequency. -scaling_driver : Hardware driver for cpufreq. - scaling_cur_freq : Current frequency of the CPU as determined by the governor and cpufreq core, in KHz. This is the frequency the kernel thinks the CPU runs |