From: Ingo Molnar Date: Fri, 25 Jan 2008 20:07:58 +0000 (+0100) Subject: sched: fix CONFIG_PRINT_TIME's reliance on sched_clock() X-Git-Tag: v2.6.25-rc1~1237^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d713f519332e029d43eca8462629314eee1ded86;p=pandora-kernel.git sched: fix CONFIG_PRINT_TIME's reliance on sched_clock() Stefano Brivio reported weird printk timestamp behavior during CPU frequency changes: http://bugzilla.kernel.org/show_bug.cgi?id=9475 fix CONFIG_PRINT_TIME's reliance on sched_clock() and use cpu_clock() instead. Reported-and-bisected-by: Stefano Brivio Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed