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

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

Merge "sched/fair: improve big task placement"

parents c238b693 fd2e3ee3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6949,6 +6949,13 @@ static void find_best_target(struct sched_domain *sd, cpumask_t *cpus,
				continue;
			}

			/*
			 * Skip processing placement further if we are visiting
			 * cpus with lower capacity than start cpu
			 */
			if (capacity_orig < capacity_orig_of(start_cpu))
				continue;

			/*
			 * Case B) Non latency sensitive tasks on IDLE CPUs.
			 *