Message ID | 20240617-fix-man-ref-v1-1-81c218212e60@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Shuah Khan |
Headers | show |
Series | cpupower: Replace a dead reference link with working ones | expand |
On 6/17/24 12:05, Roman Storozhenko wrote: > Replace a dead reference link to a turbo boost technology description with > a reference to a root page of the technology on the Intel site, and add > another one, describing power management technology, which includes short > description of the turbo boost. > > Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com> > --- > During my review of 'cpupower' documentation I decided to read about > the Intel's Turbo Boost Technology and found that the reference link is > dead. I couldn't find this article on the Intel's site. After careful > reviewing of available articles and manuals I decided to replace this > link with two others that could substitute the disappeared one. > --- > tools/power/cpupower/man/cpupower-monitor.1 | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > Applied for Linux 6.11-rc1 https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git/log/?h=cpupower thanks, -- Shuah
diff --git a/tools/power/cpupower/man/cpupower-monitor.1 b/tools/power/cpupower/man/cpupower-monitor.1 index 8ee737eefa5c..b73830256166 100644 --- a/tools/power/cpupower/man/cpupower-monitor.1 +++ b/tools/power/cpupower/man/cpupower-monitor.1 @@ -172,9 +172,11 @@ displayed. "BIOS and Kernel Developer’s Guide (BKDG) for AMD Family 14h Processors" https://support.amd.com/us/Processor_TechDocs/43170.pdf -"Intel® Turbo Boost Technology -in Intel® Core™ Microarchitecture (Nehalem) Based Processors" -http://download.intel.com/design/processor/applnots/320354.pdf +"What Is Intel® Turbo Boost Technology?" +https://www.intel.com/content/www/us/en/gaming/resources/turbo-boost.html + +"Power Management - Technology Overview" +https://cdrdv2.intel.com/v1/dl/getContent/637748 "Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 3B: System Programming Guide"
Replace a dead reference link to a turbo boost technology description with a reference to a root page of the technology on the Intel site, and add another one, describing power management technology, which includes short description of the turbo boost. Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com> --- During my review of 'cpupower' documentation I decided to read about the Intel's Turbo Boost Technology and found that the reference link is dead. I couldn't find this article on the Intel's site. After careful reviewing of available articles and manuals I decided to replace this link with two others that could substitute the disappeared one. --- tools/power/cpupower/man/cpupower-monitor.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) --- base-commit: 6906a84c482f098d31486df8dc98cead21cce2d0 change-id: 20240617-fix-man-ref-6148b6a579be Best regards,