commit | 8b911acdf08477c059d1c36c21113ab1696c612b | [log] [tgz] |
---|---|---|
author | Mike Galbraith <efault@gmx.de> | Thu Mar 11 17:17:16 2010 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Mar 11 18:32:51 2010 +0100 |
tree | ff0127c87cf657b706c3dc68dd8f92248a448c76 | |
parent | 21406928afe43f1db6acab4931bb8c886f4d04ce [diff] |
sched: Fix select_idle_sibling() Don't bother with selection when the current cpu is idle. Recent load balancing changes also make it no longer necessary to check wake_affine() success before returning the selected sibling, so we now always use it. Signed-off-by: Mike Galbraith <efault@gmx.de> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <1268301369.6785.36.camel@marge.simson.net> Signed-off-by: Ingo Molnar <mingo@elte.hu>