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

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

Merge "sched/fair: Improve the scheduler"

parents 0f89595e 37f688b3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6926,7 +6926,8 @@ static void find_best_target(struct sched_domain *sd, cpumask_t *cpus,
		goto out;

	/* fast path for prev_cpu */
	if ((capacity_orig_of(prev_cpu) == capacity_orig_of(start_cpu)) &&
	if (((capacity_orig_of(prev_cpu) == capacity_orig_of(start_cpu)) ||
		asym_cap_siblings(prev_cpu, start_cpu)) &&
		!cpu_isolated(prev_cpu) && cpu_online(prev_cpu) &&
		idle_cpu(prev_cpu)) {