On 02-03-17, 23:05, Rafael J. Wysocki wrote:
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?
Fixes: 5cbea46984d6 ("cpufreq: schedutil: map raw required frequency to driver frequency")
Sorry to miss that in the first place.