summary refs log tree commit diff
path: root/kernel
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-03-10 23:45:19 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-03-11 00:07:51 +0100
commit4fec7ad5f637159525265a45f66482cf8817b45f (patch)
tree6896e57cde6e27fb66acdce735255b184f512a0d /kernel
parent8fa520af50817d5f30d293f507c937f561b3e6b9 (diff)
downloadlinux-4fec7ad5f637159525265a45f66482cf8817b45f.tar.gz
intel_pstate: Do not skip samples partially
If the current value of MPERF or the current value of TSC is the
same as the previous one, respectively, intel_pstate_sample() bails
out early and skips the sample.

However, intel_pstate_adjust_busy_pstate() is still called in that
case which is not correct, so modify intel_pstate_sample() to
return a bool value indicating whether or not the sample has been
taken and use it to decide whether or not to call
intel_pstate_adjust_busy_pstate().

While at it, remove redundant parentheses from the MPERF/TSC
check in intel_pstate_sample().

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions