[PATCH] cpupower: Replace a dead reference link with working ones
From: Roman Storozhenko
Date: Mon Jun 17 2024 - 14:09:21 EST
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@xxxxxxxxx>
---
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(-)
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"
---
base-commit: 6906a84c482f098d31486df8dc98cead21cce2d0
change-id: 20240617-fix-man-ref-6148b6a579be
Best regards,
--
Roman Storozhenko <romeusmeister@xxxxxxxxx>