Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1699126e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cpufreq: schedutil: Only apply single core busy logic with PELT" into msm-4.14

parents ab3ea748 21fbbdc6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ static void sugov_update_single(struct update_util_data *hook, u64 time,
	if (!sugov_should_update_freq(sg_policy, time))
		return;

	busy = sugov_cpu_is_busy(sg_cpu);
	busy = use_pelt() && sugov_cpu_is_busy(sg_cpu);

	raw_spin_lock(&sg_policy->update_lock);