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

Commit aedd2592 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched/fair: Initialize fbt_env.need_idle"

parents 3cdc364a cca7b89e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8152,6 +8152,7 @@ static int find_energy_efficient_cpu(struct sched_domain *sd,
	int boosted = (schedtune_task_boost(p) > 0 || per_task_boost(p) > 0);

	fbt_env.fastpath = 0;
	fbt_env.need_idle = 0;

	if (trace_sched_task_util_enabled())
		start_t = sched_clock();