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

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

Merge "sched/fair: don't skip based on target capacity"

parents f6f026ce 40e13341
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -7580,12 +7580,8 @@ static inline int find_best_target(struct task_struct *p, int *backup_cpu,
			if (capacity_orig < capacity_orig_of(cpu))
				continue;

			/*
			 * Favor CPUs with smaller capacity for non latency
			 * sensitive tasks.
			 */
			if (capacity_orig > target_capacity)
				continue;



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