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

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

Merge "sched/walt: improve the scheduler"

parents d21d482f 1974ed8f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -837,7 +837,6 @@ void fixup_busy_time(struct task_struct *p, int new_cpu)

	if (p == src_rq->ed_task) {
		src_rq->ed_task = NULL;
		if (!dest_rq->ed_task)
		dest_rq->ed_task = p;
	}