Port-i386 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Surely cpumodel isn't cumulative?



From i386/coretemp.c:

        cpumodel = CPUID2MODEL(ci->ci_signature);
        /* extended model */
        cpumodel += CPUID2EXTMODEL(ci->ci_signature);

But EXTMODEL is extra detail within a given model, they can't be added together.

i.e. model 0xe with ext model 0x1 is not the same as 0xf.

Any unforeseen issues with just removing the second cpumodel line (or altering it to cpuextmodel)?

--
Stephen



Home | Main Index | Thread Index | Old Index