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

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

Merge "sched: improve the scheduler"

parents 691d8ff5 f8319fce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7688,6 +7688,7 @@ static inline int find_best_target(struct task_struct *p, int *backup_cpu,
		if (!prefer_idle &&
			(target_cpu != -1 || best_idle_cpu != -1) &&
			(fbt_env->placement_boost == SCHED_BOOST_NONE ||
			sched_boost() != FULL_THROTTLE_BOOST ||
			(fbt_env->placement_boost == SCHED_BOOST_ON_BIG &&
				!next_group_higher_cap)))
			break;