commit | bab4188551579ec3f1402e48b2e4eb03bd5e51cd | [log] [tgz] |
---|---|---|
author | Vikram Mulukutla <markivx@codeaurora.org> | Tue May 09 17:49:47 2017 -0700 |
committer | Syed Rameez Mustafa <rameezmustafa@codeaurora.org> | Wed May 10 11:24:25 2017 -0700 |
tree | e8358da445e3bb466dba75e5b4a22460b3c920e1 | |
parent | 61ea1d3d8089a136c02300aab2d1fe0e8ec1a656 [diff] |
sched: cpufreq: Use per_cpu_ptr instead of this_cpu_ptr when reporting load We need cpufreq_update_util to report load for the CPU corresponding to the rq that is passed in as an argument, rather than the CPU executing cpufreq_update_util. Change-Id: I8473f230d40928d5920c614760e96fef12745d5a Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>