CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/19 09:01:44
Modified files:
sys/arch/amd64/include: specialreg.h
sys/arch/amd64/amd64: identcpu.c
sys/arch/i386/include: specialreg.h
sys/arch/i386/i386: machdep.c
Log message:
Make use of an msr available on recent Intel processors to obtain the
maximum supported temperature, Tj(Max). As the temperature values are
relative to this value this should make the sensor values more accurate.
>From Simon Mages.
