summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Bakshansky <bakshansky.lists@gmail.com>2026-05-17 18:20:27 +0300
committerGuenter Roeck <linux@roeck-us.net>2026-06-09 18:23:00 +0300
commit563d71205f86dff25c36e3911e3b5faebc9cf35f (patch)
treef0949432a99414f4319a459c615674144604c909
parenta91966b9fe357a22c2d02038e6e7d3236f37a785 (diff)
downloadlinux-563d71205f86dff25c36e3911e3b5faebc9cf35f.tar.xz
docs: hwmon: (coretemp) fix outdated documentation
- Remove broken Intel wiki link; add Intel SDM download page link - Fix description of tempX_max to clarify it is not Core2-only - Correct tempX_label string for package temperature (changed in commit 2bc0e6d07ee5 ("hwmon: (coretemp) rearrange tjmax handing code")) Signed-off-by: Roman Bakshansky <bakshansky.lists@gmail.com> Link: https://lore.kernel.org/r/20260517152027.350356-1-bakshansky.lists@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r--Documentation/hwmon/coretemp.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/hwmon/coretemp.rst b/Documentation/hwmon/coretemp.rst
index 7a5fbb37b0f3..f63b21f24d42 100644
--- a/Documentation/hwmon/coretemp.rst
+++ b/Documentation/hwmon/coretemp.rst
@@ -22,8 +22,7 @@ Supported chips:
Intel 64 and IA-32 Architectures Software Developer's Manual
Volume 3A: System Programming Guide
-
- http://softwarecommunity.intel.com/Wiki/Mobility/720.htm
+ (https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html)
Author: Rudolf Marek
@@ -51,12 +50,13 @@ All Sysfs entries are named with their core_id (represented here by 'X').
================= ========================================================
tempX_input Core temperature (in millidegrees Celsius).
-tempX_max All cooling devices should be turned on (on Core2).
+tempX_max Maximum recommended operating temperature (Tcontrol).
+ All cooling devices should be turned on.
tempX_crit Maximum junction temperature (in millidegrees Celsius).
tempX_crit_alarm Set when Out-of-spec bit is set, never clears.
Correct CPU operation is no longer guaranteed.
tempX_label Contains string "Core X", where X is processor
- number. For Package temp, this will be "Physical id Y",
+ number. For Package temp, this will be "Package id Y",
where Y is the package number.
================= ========================================================