On Thursday, March 02, 2017 02:03:20 PM Viresh Kumar wrote:
cached_raw_freq applies to the entire cpufreq policy and not individual CPUs. Apart from wasting per-cpu memory, it is actually wrong to keep it in struct sugov_cpu as we may end up comparing next_freq with a stale cached_raw_freq of a random CPU.
Move cached_raw_freq to struct sugov_policy.
Signed-off-by: Viresh Kumar viresh.kumar@linaro.org
Any chance for a Fixes: tag?
Thanks, Rafael