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

Commit b39c5dd7 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: cleanup, remove stale comment



cleanup, remove stale comment.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Reviewed-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 5f6d858e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -496,7 +496,6 @@ enqueue_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int wakeup)
	update_curr(cfs_rq);

	if (wakeup) {
		/* se->vruntime += cfs_rq->min_vruntime; */
		place_entity(cfs_rq, se, 0);
		enqueue_sleeper(cfs_rq, se);
	}