projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e5d10
)
sched: Fix comment for requeue_rt_entity
author
Richard Weinberger
<richard@nod.at>
Sat, 12 Nov 2011 17:07:57 +0000
(18:07 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 16 Nov 2011 07:48:27 +0000
(08:48 +0100)
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>
kernel/sched_rt.c
patch
|
blob
|
history
diff --git
a/kernel/sched_rt.c
b/kernel/sched_rt.c
index 583a1368afe6ed7d96879d762f73553b2068e27c..d95e861122cf9ef3ee1edb5f6cef3914132747c3 100644
(file)
--- 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)
}
/*
- * 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)