Re: [PATCH 1/3] cpufreq: schedutil: move cached_raw_freq to struct sugov_policy

From: Rafael J. Wysocki
Date: Thu Mar 02 2017 - 19:58:13 EST


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@xxxxxxxxxx>

Any chance for a Fixes: tag?

Thanks,
Rafael