diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2008-01-18 00:42:54 +0100 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2008-02-17 10:21:39 -0500 |
commit | 6369a2887a1b35fde91573adc650528e3efea8e9 (patch) | |
tree | c1e9d888a20c2070c549934ee02b7d02218ed468 /Documentation/hwmon | |
parent | 1d5f2c16c6125ae6da1435ac5a190ae08429902a (diff) | |
download | op-kernel-dev-6369a2887a1b35fde91573adc650528e3efea8e9.zip op-kernel-dev-6369a2887a1b35fde91573adc650528e3efea8e9.tar.gz |
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 170bf86..7fb7441 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 the Out-Of-Spec bit. Following table summarizes the exported sysfs files: temp1_input - Core temperature (in millidegrees Celsius). -temp1_crit - Maximum junction temperature (in millidegrees Celsius). +temp1_max - All cooling devices should be turned on (on Core2). +temp1_crit - Maximum junction temperature (in millidegrees Celsius). temp1_crit_alarm - Set when Out-of-spec bit is set, never clears. Correct CPU operation is no longer guaranteed. temp1_label - Contains string "Core X", where X is processor |