From: Mike Galbraith Date: Thu, 12 Nov 2009 10:07:44 +0000 (+0100) Subject: sched: Fix/add missing update_rq_clock() calls X-Git-Tag: v2.6.33-rc1~398^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055a00865dcfc8e61f3cbefbb879c9577bd36ae5;p=pandora-kernel.git sched: Fix/add missing update_rq_clock() calls kthread_bind(), migrate_task() and sched_fork were missing updates, and try_to_wake_up() was updating after having already used the stale clock. Aside from preventing potential latency hits, there' a side benefit in that early boot printk time stamps become monotonic. Signed-off-by: Mike Galbraith Acked-by: Peter Zijlstra LKML-Reference: <1258020464.6491.2.camel@marge.simson.net> Signed-off-by: Ingo Molnar LKML-Reference: --- Reading git-diff-tree failed