mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
sched: cleanup, remove stale comment
cleanup, remove stale comment. Signed-off-by: Ingo Molnar <mingo@elte.hu> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
5f6d858ecc
commit
b39c5dd7f9
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user