hwmon: (k8temp) Warn about fam F rev F errata
authorAndreas Herrmann <andreas.herrmann3@amd.com>
Thu, 15 Jan 2009 21:27:46 +0000 (22:27 +0100)
committerJean Delvare <khali@linux-fr.org>
Thu, 15 Jan 2009 21:27:46 +0000 (22:27 +0100)
commitbb9a35f293a3c8b5d57253cdfe2f29fa2627e1b9
tree41cf2f3ebc4736b0cc8cf92e1070ad3606a57d82
parent5393f780277165f282a37ed82dd878159ec9dad5
hwmon: (k8temp) Warn about fam F rev F errata

Add warning about wrong CPU temperature readouts on all fam F rev F.

The allowed combinations of processors ensure that all processors
in a multisocket system have similar characteristics, e.g.

(1) provide temperature sensor interface (>=RevC && <RevF)
(2) are affected by erratum #141 (>=RevF)

Thus it is sufficient to check the revision of the boot CPU.

For "mixed silicon support" refer to
"Revision Guide for AMD Athlon 64 and AMD Opteron Processors" (RevA-E) and
"Revision Guide for AMD NPT Family 0Fh Processors" (RefF-G).

Cc: Rudolf Marek <r.marek@assembler.cz>
Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/k8temp.c