]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: intel_pstate: Fix divide by zero on Knights Landing (KNL)
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Thu, 15 Oct 2015 19:34:21 +0000 (12:34 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 15 Oct 2015 20:46:33 +0000 (22:46 +0200)
commit8e601a9f97a00bab031980de34f9a81891c1f82f
tree9116b294513ac173b61dffe4c8daa05802072d68
parent25cb62b76430a91cc6195f902e61c2cb84ade622
cpufreq: intel_pstate: Fix divide by zero on Knights Landing (KNL)

This is a workaround for KNL platform, where in some cases MPERF counter
will not have updated value before next read of MSR_IA32_MPERF. In this
case divide by zero will occur. This change ignores current sample for
busy calculation in this case.

Fixes: b34ef932d79a (intel_pstate: Knights Landing support)
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Acked-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Cc: 4.1+ <stable@vger.kernel.org> # 4.1+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c