Re: [PATCH v3 0/6] cpufreq: schedutil: fixes for flags updates

From: Juri Lelli
Date: Wed Dec 20 2017 - 12:38:27 EST


On 20/12/17 16:30, Peter Zijlstra wrote:

[...]

> @@ -327,12 +331,7 @@ static unsigned int sugov_next_freq_shar
> if (delta_ns > TICK_NSEC) {
> j_sg_cpu->iowait_boost = 0;
> j_sg_cpu->iowait_boost_pending = false;
> - j_sg_cpu->util_cfs = 0;
> - if (j_sg_cpu->util_dl == 0)
> - continue;
> }

This goes away because with Brendan/Vincent fix we don't need the
workaround for stale CFS util contribution for idle CPUs anymore?