Re: [PATCH] x86: powernow-k8: ignore out-of-range PstateStatus value

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

 



An
+			if (i >= data->numps)
+				data->currpstate = 0;
+			else
+				data->currpstate = i;
+		}
Would'nt it be more energy efficient to say data->currpstate=data->numps here? Looks like an too low p-state causes the errata.

achim~
--
To unsubscribe from this list: send the line "unsubscribe cpufreq" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Devel]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Forum]     [Linux SCSI]

  Powered by Linux