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

Commit 22b958d8 authored by Michael Wang's avatar Michael Wang Committed by Ingo Molnar
Browse files

sched: Refine the code in unthrottle_cfs_rq()

parent e23ee747
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2315,7 +2315,7 @@ void unthrottle_cfs_rq(struct cfs_rq *cfs_rq)
	int enqueue = 1;
	long task_delta;

	se = cfs_rq->tg->se[cpu_of(rq_of(cfs_rq))];
	se = cfs_rq->tg->se[cpu_of(rq)];

	cfs_rq->throttled = 0;