commit | 02479099c286894644f8e96c6bbb535ab64662fd | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Tue Nov 04 21:25:10 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Nov 05 10:30:15 2008 +0100 |
tree | df25bc51ddb31a44c91b672311b532de626fadcb | |
parent | 4793241be408b3926ee00c704d7da3b3faf3a05f [diff] |
sched: fix buddies for group scheduling Impact: scheduling order fix for group scheduling For each level in the hierarchy, set the buddy to point to the right entity. Therefore, when we do the hierarchical schedule, we have a fair chance of ending up where we meant to. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Acked-by: Mike Galbraith <efault@gmx.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>