From: Ingo Molnar Date: Mon, 15 Oct 2007 15:00:11 +0000 (+0200) Subject: sched: fix sched_fork() X-Git-Tag: v2.6.24-rc1~1289^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02e4bac2a5b097e23d757bf2953740b3d51b7976;p=pandora-kernel.git sched: fix sched_fork() fix sched_fork(): large latencies at new task creation time because the ->vruntime was not fixed up cross-CPU, if the parent got migrated after the child's CPU got set up. Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed