diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2008-01-17 18:42:54 -0500 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2008-02-17 10:21:39 -0500 |
commit | 6369a2887a1b35fde91573adc650528e3efea8e9 (patch) | |
tree | c1e9d888a20c2070c549934ee02b7d02218ed468 /Documentation/hwmon | |
parent | 1d5f2c16c6125ae6da1435ac5a190ae08429902a (diff) |
hwmon: (coretemp) Add maximum cooling temperature readout
Following patch will add reporting of maximum temperature, at which all fans
should spin full speed. It may be non-physical temperature on Desktop/Server CPUs.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/coretemp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/hwmon/coretemp b/Documentation/hwmon/coretemp index 170bf862437b..7fb74419590f 100644 --- a/Documentation/hwmon/coretemp +++ b/Documentation/hwmon/coretemp | |||
@@ -25,7 +25,8 @@ may be raised, if the temperature grows enough (more than TjMax) to trigger | |||
25 | the Out-Of-Spec bit. Following table summarizes the exported sysfs files: | 25 | the Out-Of-Spec bit. Following table summarizes the exported sysfs files: |
26 | 26 | ||
27 | temp1_input - Core temperature (in millidegrees Celsius). | 27 | temp1_input - Core temperature (in millidegrees Celsius). |
28 | temp1_crit - Maximum junction temperature (in millidegrees Celsius). | 28 | temp1_max - All cooling devices should be turned on (on Core2). |
29 | temp1_crit - Maximum junction temperature (in millidegrees Celsius). | ||
29 | temp1_crit_alarm - Set when Out-of-spec bit is set, never clears. | 30 | temp1_crit_alarm - Set when Out-of-spec bit is set, never clears. |
30 | Correct CPU operation is no longer guaranteed. | 31 | Correct CPU operation is no longer guaranteed. |
31 | temp1_label - Contains string "Core X", where X is processor | 32 | temp1_label - Contains string "Core X", where X is processor |