On Wed, Jul 22, 2020 at 10:37:30AM +0100, Ionela Voinescu wrote: > From: Valentin Schneider <[email protected]> > > The passed cpumask arguments to: > - arch_set_freq_scale(), > - arch_set_thermal_pressure(), and > - arch_freq_counters_available() > > are only iterated over, so reflect this in the prototype. This also > allows to pass system cpumasks like cpu_online_mask without getting > a warning. > > Signed-off-by: Valentin Schneider <[email protected]> > Signed-off-by: Ionela Voinescu <[email protected]> > Cc: Catalin Marinas <[email protected]> > Cc: Will Deacon <[email protected]> > Cc: Sudeep Holla <[email protected]> > Cc: Rafael J. Wysocki <[email protected]> > Cc: Viresh Kumar <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: Peter Zijlstra <[email protected]>
Acked-by: Catalin Marinas <[email protected]>

