diff --git a/[refs] b/[refs] index 1349cd394957..02f7d05c4a12 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a3e5d1091c1298ded486aba87c22fe90cb55ea6c +refs/heads/master: 60686317da05049385eae86e44c710cde535f95f diff --git a/trunk/kernel/sched_rt.c b/trunk/kernel/sched_rt.c index 583a1368afe6..d95e861122cf 100644 --- a/trunk/kernel/sched_rt.c +++ b/trunk/kernel/sched_rt.c @@ -957,8 +957,8 @@ static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int flags) } /* - * Put task to the end of the run list without the overhead of dequeue - * followed by enqueue. + * Put task to the head or the end of the run list without the overhead of + * dequeue followed by enqueue. */ static void requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head)