aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_rt.c
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2011-11-12 12:07:57 -0500
committerIngo Molnar <mingo@elte.hu>2011-11-16 02:48:27 -0500
commit60686317da05049385eae86e44c710cde535f95f (patch)
tree2fa1ef4ae39cc9f5d0f873b6969b17ad9da69fae /kernel/sched_rt.c
parenta3e5d1091c1298ded486aba87c22fe90cb55ea6c (diff)
sched: Fix comment for requeue_rt_entity
Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1321117677-3282-1-git-send-email-richard@nod.at Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sched_rt.c')
-rw-r--r--kernel/sched_rt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c
index 583a1368afe6..d95e861122cf 100644
--- a/kernel/sched_rt.c
+++ b/kernel/sched_rt.c
@@ -957,8 +957,8 @@ static void dequeue_task_rt(struct rq *rq, struct task_struct *p, int flags)
957} 957}
958 958
959/* 959/*
960 * Put task to the end of the run list without the overhead of dequeue 960 * Put task to the head or the end of the run list without the overhead of
961 * followed by enqueue. 961 * dequeue followed by enqueue.
962 */ 962 */
963static void 963static void
964requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head) 964requeue_rt_entity(struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int head)