All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched: Fix comment for requeue_rt_entity
@ 2011-11-12 17:07 Richard Weinberger
  2011-11-18 23:44 ` [tip:sched/core] " tip-bot for Richard Weinberger
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Weinberger @ 2011-11-12 17:07 UTC (permalink / raw)
  To: mingo; +Cc: peterz, linux-kernel, Richard Weinberger

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 kernel/sched_rt.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c
index 056cbd2..909ba03 100644
--- a/kernel/sched_rt.c
+++ b/kernel/sched_rt.c
@@ -954,8 +954,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)
-- 
1.7.7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:sched/core] sched: Fix comment for requeue_rt_entity
  2011-11-12 17:07 [PATCH] sched: Fix comment for requeue_rt_entity Richard Weinberger
@ 2011-11-18 23:44 ` tip-bot for Richard Weinberger
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Richard Weinberger @ 2011-11-18 23:44 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, a.p.zijlstra, richard, tglx, mingo

Commit-ID:  60686317da05049385eae86e44c710cde535f95f
Gitweb:     http://git.kernel.org/tip/60686317da05049385eae86e44c710cde535f95f
Author:     Richard Weinberger <richard@nod.at>
AuthorDate: Sat, 12 Nov 2011 18:07:57 +0100
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Wed, 16 Nov 2011 08:48:27 +0100

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>
---
 kernel/sched_rt.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c
index 583a136..d95e861 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)
 }
 
 /*
- * 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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-18 23:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-12 17:07 [PATCH] sched: Fix comment for requeue_rt_entity Richard Weinberger
2011-11-18 23:44 ` [tip:sched/core] " tip-bot for Richard Weinberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.