x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERM
[pandora-kernel.git] / drivers / hwmon / coretemp.c
index 427468f..0790c98 100644 (file)
@@ -660,7 +660,7 @@ static void __cpuinit get_core_online(unsigned int cpu)
         * sensors. We check this bit only, all the early CPUs
         * without thermal sensors will be filtered out.
         */
-       if (!cpu_has(c, X86_FEATURE_DTS))
+       if (!cpu_has(c, X86_FEATURE_DTHERM))
                return;
 
        if (!pdev) {