Re: [PATCH 2/4] sched: cpufreq: Keep track of cpufreq utilization update flags

From: Viresh Kumar
Date: Mon Dec 18 2017 - 22:12:55 EST


On 18-12-17, 12:14, Patrick Bellasi wrote:
> For example, swithing from:
>
> - void (*func)(struct update_util_data *data, u64 time,
> - unsigned int flags))
> + void (*func)(struct update_util_data *data, u64 time,
> + unsigned int flags, bool set))
>
> Where the additional boolean is actually used to define which
> operation we wanna perform on the flags?

The code will eventually have the same complexity or ugliness in both
the cases. I would like to start with another flag for now and see if
people prefer another parameter.

--
viresh