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

Commit 1974ed8f authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

sched/walt: improve the scheduler



This change is for general scheduler improvement.

Change-Id: I03c9e0c333c139ef848c4c2143606c6fe0335a7d
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 3c744095
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -817,7 +817,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;
	}