[PATCH 1/2] RT: Remove comment that is no longer true

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Gregory Haskins
Date: Friday, October 3, 2008 - 5:43 am

We fixed the condition noted in the comment with the "pushable_tasks"
logic, but forgot to remove this comment.  Lets clean it up.

Signed-off-by: Gregory Haskins <ghaskins@novell.com>
---

 kernel/sched_rt.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/kernel/sched_rt.c b/kernel/sched_rt.c
index 57a0c0d..59ead84 100644
--- a/kernel/sched_rt.c
+++ b/kernel/sched_rt.c
@@ -1125,16 +1125,6 @@ out:
 	return 1;
 }
 
-/*
- * TODO: Currently we just use the second highest prio task on
- *       the queue, and stop when it can't migrate (or there's
- *       no more RT tasks).  There may be a case where a lower
- *       priority RT task has a different affinity than the
- *       higher RT task. In this case the lower RT task could
- *       possibly be able to migrate where as the higher priority
- *       RT task could not.  We currently ignore this issue.
- *       Enhancements are welcome!
- */
 static void push_rt_tasks(struct rq *rq)
 {
 	/* push_rt_task will return true if it moved an RT */

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[BUG][PPC64] BUG in 2.6.26.5-rt9 causing Hang, Chirag Jog, (Thu Sep 25, 5:32 am)
Re: [BUG][PPC64] BUG in 2.6.26.5-rt9 causing Hang, Gregory Haskins, (Mon Sep 29, 11:13 am)
Re: [BUG][PPC64] BUG in 2.6.26.5-rt9 causing Hang, Gregory Haskins, (Mon Sep 29, 2:18 pm)
Re: [BUG][PPC64] BUG in 2.6.26.5-rt9 causing Hang, Gregory Haskins, (Mon Sep 29, 2:34 pm)
Re: [BUG][PPC64] BUG in 2.6.26.5-rt9 causing Hang, Gregory Haskins, (Mon Sep 29, 3:00 pm)
Re: [BUG][PPC64] BUG in 2.6.26.5-rt9 causing Hang, Chirag Jog, (Mon Sep 29, 9:43 pm)
Re: [BUG][PPC64] BUG in 2.6.26.5-rt9 causing Hang, Gilles Carry, (Mon Sep 29, 11:47 pm)
[PATCH] sched: add a stacktrace on enqueue_pushable error, Gregory Haskins, (Wed Oct 1, 7:22 am)
Re: [BUG][PPC64] BUG in 2.6.26.5-rt9 causing Hang, Gilles Carry, (Thu Oct 2, 4:18 am)
[RT PATCH 0/2] fix for BUG_ON crash in 26.5-rt9 , Gregory Haskins, (Fri Oct 3, 5:42 am)
[PATCH 1/2] RT: Remove comment that is no longer true, Gregory Haskins, (Fri Oct 3, 5:43 am)
Re: [RT PATCH 0/2] fix for BUG_ON crash in 26.5-rt9, Gregory Haskins, (Fri Oct 3, 5:54 am)
[RT PATCH v2 0/2] Series short description, Gregory Haskins, (Fri Oct 3, 10:26 am)
[RT PATCH v2 1/2] RT: Remove comment that is no longer true, Gregory Haskins, (Fri Oct 3, 10:26 am)