[RFC -v6 PATCH 5/8] sched: drop superfluous tests from yield_to

From: Rik van Riel
Date: Thu Jan 20 2011 - 16:40:40 EST


Fairness is enforced by pick_next_entity, so we can drop some
superfluous tests from yield_to.

Signed-off-by: Rik van Riel <riel@xxxxxxxxxx>
---
kernel/sched.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/kernel/sched.c b/kernel/sched.c
index 1f38ed2..398eedf 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -5307,14 +5307,6 @@ again:
if (task_running(p_rq, p) || p->state)
goto out;

- if (!same_thread_group(p, curr))
- goto out;
-
-#ifdef CONFIG_FAIR_GROUP_SCHED
- if (task_group(p) != task_group(curr))
- goto out;
-#endif
-
yielded = curr->sched_class->yield_to_task(rq, p, preempt);

out:
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/