From: Ingo Molnar Date: Mon, 15 Oct 2007 15:00:14 +0000 (+0200) Subject: sched: fix: move the CPU check into ->task_new_fair() X-Git-Tag: v2.6.24-rc1~1289^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00bf7bfc2eaf775b634774e9ec435d720b6ecee7;p=pandora-kernel.git 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 Signed-off-by: Peter Zijlstra --- Reading git-diff-tree failed