cpupower: Remove dead link to homepage, and update the targets built.

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>
This commit is contained in:
Ramkumar Ramachandra 2014-05-13 12:41:39 +02:00 committed by Rafael J. Wysocki
parent a504c028c9
commit db262ea415
2 changed files with 7 additions and 10 deletions

View File

@ -1,6 +1,4 @@
The cpupower package (homepage: The cpupower package consists of the following elements:
http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html )
consists of the following elements:
requirements requirements
------------ ------------
@ -28,12 +26,12 @@ make
su su
make install make install
should suffice on most systems. It builds default libcpupower, should suffice on most systems. It builds libcpupower to put in
cpufreq-set and cpufreq-info files and installs them in /usr/lib and /usr/lib; cpupower, cpufreq-bench_plot.sh to put in /usr/bin; and
/usr/bin, respectively. If you want to set up the paths differently and/or cpufreq-bench to put in /usr/sbin. If you want to set up the paths
want to configure the package to your specific needs, you need to open differently and/or want to configure the package to your specific
"Makefile" with an editor of your choice and edit the block marked needs, you need to open "Makefile" with an editor of your choice and
CONFIGURATION. edit the block marked CONFIGURATION.
THANKS THANKS

View File

@ -3,7 +3,6 @@ ToDos sorted by priority:
- Use bitmask functions to parse CPU topology more robust - Use bitmask functions to parse CPU topology more robust
(current implementation has issues on AMD) (current implementation has issues on AMD)
- Try to read out boost states and frequencies on Intel - Try to read out boost states and frequencies on Intel
- Adjust README
- Somewhere saw the ability to read power consumption of - Somewhere saw the ability to read power consumption of
RAM from HW on Intel SandyBridge -> another monitor? RAM from HW on Intel SandyBridge -> another monitor?
- Add another c1e debug idle monitor - Add another c1e debug idle monitor