瀏覽代碼

Revert "[CPUFREQ] speedstep-centrino should ignore upper performance control bits"

This reverts commit d7a1944e8da5e91859b98259189aaaa4d8b7fa07.
Dave Jones 18 年之前
父節點
當前提交
474a14df3f
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c

+ 0 - 4
arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c

@@ -463,10 +463,6 @@ static int centrino_cpu_init_acpi(struct cpufreq_policy *policy)
 	}
 
 	for (i=0; i<p->state_count; i++) {
-		/* clear high bits (set by some BIOSes) that are non-relevant and
-		   problematic for this driver's MSR only frequency transition code */
-		p->states[i].control &= 0xffff;
-
 		if (p->states[i].control != p->states[i].status) {
 			dprintk("Different control (%llu) and status values (%llu)\n",
 				p->states[i].control, p->states[i].status);