commit | 00bf7bfc2eaf775b634774e9ec435d720b6ecee7 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:14 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:14 2007 +0200 |
tree | 1f816516361276a56b9dee6b39e90361dc3468be | |
parent | 0702e3ebc1e42576a04d29f8adacf13be825b800 [diff] |
sched: fix: move the CPU check into ->task_new_fair() noticed by Peter Zijlstra: fix: move the CPU check into ->task_new_fair(), this way we can call place_entity() and get child ->vruntime right at initial wakeup time. (without this there can be large latencies) Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>