diff --git a/[refs] b/[refs] index 3db80f11b9b8..cf42643c75c1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 840a0653100dbde599ae8ddf83fa214dfa5fd1aa +refs/heads/master: cdd2ab3de4301728b20efd6225681d3ff591a938 diff --git a/trunk/kernel/sched_fair.c b/trunk/kernel/sched_fair.c index 2ff850f90d1e..d7fda41ddaf0 100644 --- a/trunk/kernel/sched_fair.c +++ b/trunk/kernel/sched_fair.c @@ -1305,8 +1305,6 @@ static int select_task_rq_fair(struct task_struct *p, int sync) this_rq = cpu_rq(this_cpu); new_cpu = prev_cpu; - if (prev_cpu == this_cpu) - goto out; /* * 'this_sd' is the first domain that both * this_cpu and prev_cpu are present in: