From: Peter Zijlstra Date: Mon, 7 Sep 2009 16:12:06 +0000 (+0200) Subject: sched: Remove short cut from select_task_rq_fair() X-Git-Tag: v2.6.32-rc1~719^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdd2ab3de4301728b20efd6225681d3ff591a938;p=pandora-kernel.git sched: Remove short cut from select_task_rq_fair() select_task_rq_fair() incorrectly skips the wake_affine() logic, remove this. When prev_cpu == this_cpu, the code jumps straight to the wake_idle() logic, this doesn't give the wake_affine() logic the chance to pin the task to this cpu. Signed-off-by: Peter Zijlstra LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed