diff options
author | Alex Chiang <achiang@hp.com> | 2009-10-21 23:45:46 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2009-11-24 13:33:33 -0500 |
commit | 0cda8b91f2e096bbef1cb05f23c42e423eae7728 (patch) | |
tree | 8877eb0183fb6e3ac9ce30b14f1ac984a0f3d88c | |
parent | db2820dd5445a44b4726f15a2bc89b9ded2503eb (diff) |
[CPUFREQ] Documentation: ABI: /sys/devices/system/cpu/cpu#/cpufreq/
This is a complex interface and is already described in
Documentation/cpu-freq/, especially in the user-guide.txt file.
No need to copy/paste all that information. Let's just alert the reader
to the presence of the user-guide.
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r-- | Documentation/ABI/testing/sysfs-devices-system-cpu | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu index a703b9e9aeb9..974e29f5da86 100644 --- a/Documentation/ABI/testing/sysfs-devices-system-cpu +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu | |||
@@ -136,6 +136,24 @@ Description: Discover cpuidle policy and mechanism | |||
136 | See files in Documentation/cpuidle/ for more information. | 136 | See files in Documentation/cpuidle/ for more information. |
137 | 137 | ||
138 | 138 | ||
139 | What: /sys/devices/system/cpu/cpu#/cpufreq/* | ||
140 | Date: pre-git history | ||
141 | Contact: cpufreq@vger.kernel.org | ||
142 | Description: Discover and change clock speed of CPUs | ||
143 | |||
144 | Clock scaling allows you to change the clock speed of the | ||
145 | CPUs on the fly. This is a nice method to save battery | ||
146 | power, because the lower the clock speed, the less power | ||
147 | the CPU consumes. | ||
148 | |||
149 | There are many knobs to tweak in this directory. | ||
150 | |||
151 | See files in Documentation/cpu-freq/ for more information. | ||
152 | |||
153 | In particular, read Documentation/cpu-freq/user-guide.txt | ||
154 | to learn how to control the knobs. | ||
155 | |||
156 | |||
139 | What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X | 157 | What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X |
140 | Date: August 2008 | 158 | Date: August 2008 |
141 | KernelVersion: 2.6.27 | 159 | KernelVersion: 2.6.27 |