Hi again, >Anyway, In the patch, replace : >+ /* Some AMD 10H cpus reports Inaccurate Temperature Measurement */ >+ if ((temp < 21000) || (temp > 90000)) >+ /* Some AMD 10H cpus reports Inaccurate Temperature Measurement */ >+ if ((temp < 10000) || (temp > 90000)) So, now you see that workaround on some arbitrary temperature simply does not make sense. Please don't add support for fam10h CPUs. This is not a point of HW monitoring, to rule out arbitrary temperatures. I'm perfectly fine if you come up with a patch for fam 11h because the Errata seems to have vanished... Rudolf