Correct a typo. According to Intel document 318914, the Tj(max) for Core 2

Duo Mobile CPUs should be 105.

Noticed by:	Mark Johnston <markjdb gmail.com>
MFC after:	3 days
This commit is contained in:
Xin LI 2011-05-02 18:41:54 +00:00
parent 6dfe4f958f
commit ba95b1e10e

View File

@ -192,7 +192,7 @@ coretemp_attach(device_t dev)
} else if (cpu_model == 0x17) {
switch (cpu_stepping) {
case 0x6: /* Mobile Core 2 Duo */
sc->sc_tjmax = 104;
sc->sc_tjmax = 105;
break;
default: /* Unknown stepping */
break;