diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2014-05-13 06:41:38 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-05-16 18:36:36 -0400 |
commit | a504c028c96b738d1579b0bfe73782f80d8696f6 (patch) | |
tree | f7446927e0843c4c44610a8a911a76a066826268 /tools/power | |
parent | e091abc7f92b45010992df1ceb5da023d8faf13b (diff) |
cpupower: Rename cpufrequtils -> cpupower, and libcpufreq -> libcpupower.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/power')
-rw-r--r-- | tools/power/cpupower/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/power/cpupower/README b/tools/power/cpupower/README index fd9d4c0d6688..96ff1ff9ae97 100644 --- a/tools/power/cpupower/README +++ b/tools/power/cpupower/README | |||
@@ -1,4 +1,4 @@ | |||
1 | The cpufrequtils package (homepage: | 1 | The cpupower package (homepage: |
2 | http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html ) | 2 | http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html ) |
3 | consists of the following elements: | 3 | consists of the following elements: |
4 | 4 | ||
@@ -11,10 +11,10 @@ providing cpuid.h is needed. | |||
11 | For both it's not explicitly checked for (yet). | 11 | For both it's not explicitly checked for (yet). |
12 | 12 | ||
13 | 13 | ||
14 | libcpufreq | 14 | libcpupower |
15 | ---------- | 15 | ---------- |
16 | 16 | ||
17 | "libcpufreq" is a library which offers a unified access method for userspace | 17 | "libcpupower" is a library which offers a unified access method for userspace |
18 | tools and programs to the cpufreq core and drivers in the Linux kernel. This | 18 | tools and programs to the cpufreq core and drivers in the Linux kernel. This |
19 | allows for code reduction in userspace tools, a clean implementation of | 19 | allows for code reduction in userspace tools, a clean implementation of |
20 | the interaction to the cpufreq core, and support for both the sysfs and proc | 20 | the interaction to the cpufreq core, and support for both the sysfs and proc |
@@ -28,7 +28,7 @@ make | |||
28 | su | 28 | su |
29 | make install | 29 | make install |
30 | 30 | ||
31 | should suffice on most systems. It builds default libcpufreq, | 31 | should suffice on most systems. It builds default libcpupower, |
32 | cpufreq-set and cpufreq-info files and installs them in /usr/lib and | 32 | cpufreq-set and cpufreq-info files and installs them in /usr/lib and |
33 | /usr/bin, respectively. If you want to set up the paths differently and/or | 33 | /usr/bin, respectively. If you want to set up the paths differently and/or |
34 | want to configure the package to your specific needs, you need to open | 34 | want to configure the package to your specific needs, you need to open |
@@ -39,11 +39,11 @@ CONFIGURATION. | |||
39 | THANKS | 39 | THANKS |
40 | ------ | 40 | ------ |
41 | Many thanks to Mattia Dongili who wrote the autotoolization and | 41 | Many thanks to Mattia Dongili who wrote the autotoolization and |
42 | libtoolization, the manpages and the italian language file for cpufrequtils; | 42 | libtoolization, the manpages and the italian language file for cpupower; |
43 | to Dave Jones for his feedback and his dump_psb tool; to Bruno Ducrot for his | 43 | to Dave Jones for his feedback and his dump_psb tool; to Bruno Ducrot for his |
44 | powernow-k8-decode and intel_gsic tools as well as the french language file; | 44 | powernow-k8-decode and intel_gsic tools as well as the french language file; |
45 | and to various others commenting on the previous (pre-)releases of | 45 | and to various others commenting on the previous (pre-)releases of |
46 | cpufrequtils. | 46 | cpupower. |
47 | 47 | ||
48 | 48 | ||
49 | Dominik Brodowski | 49 | Dominik Brodowski |