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

Signed-off-by: Rik van Riel <r...@redhat.com>
---
 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 kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to