commit | 61ea1d3d8089a136c02300aab2d1fe0e8ec1a656 | [log] [tgz] |
---|---|---|
author | Vikram Mulukutla <markivx@codeaurora.org> | Mon May 08 19:20:22 2017 -0700 |
committer | Syed Rameez Mustafa <rameezmustafa@codeaurora.org> | Wed May 10 11:24:11 2017 -0700 |
tree | d361e42688c86c620f0ed14e0437fce5ca6e7403 | |
parent | ab968a4f2d6f5a91320e85c20bfe84b972fb7b5b [diff] |
sched: cpufreq: Use sched_clock instead of rq_clock when updating schedutil rq_clock may not be updated often enough for schedutil or other cpufreq governors to work correctly when it's passed as the timestamp for a load report. Use sched_clock instead. Change-Id: I745b727870a31da25f766c2c2f37527f568c20da Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>