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

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

Merge "sched/fair: fix comparision for unisolated candidate"

parents 365a1743 d32a0bd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7785,7 +7785,7 @@ static inline int find_best_target(struct task_struct *p, int *backup_cpu,

	if (target_cpu == -1 && isolated_candidate != -1 &&
	    cpu_isolated(prev_cpu))
		target_cpu == isolated_candidate;
		target_cpu = isolated_candidate;

out:
	return target_cpu;