hwmon: (coretemp) Add support for Atom D2000 and N2000 series CPU models
[pandora-kernel.git] / drivers / hwmon / coretemp.c
index 9325d32..7750fd4 100644 (file)
@@ -222,6 +222,9 @@ static int adjust_tjmax(struct cpuinfo_x86 *c, u32 id, struct device *dev)
                        tjmax = 90000;
 
                pci_dev_put(host_bridge);
+       } else if (c->x86_model == 0x36) {
+               usemsr_ee = 0;
+               tjmax = 100000;
        }
 
        if (c->x86_model > 0xe && usemsr_ee) {