sched: fix CONFIG_PRINT_TIME's reliance on sched_clock()
commitd713f519332e029d43eca8462629314eee1ded86
authorIngo Molnar <mingo@elte.hu>
Fri, 25 Jan 2008 20:07:58 +0000 (25 21:07 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 25 Jan 2008 20:07:58 +0000 (25 21:07 +0100)
tree2bce92a20518105d8884b2bf5ff6fb1b5e3d7636
parent32a76006683f7b28ae3cc491da37716e002f198e
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 <stefano.brivio@polimi.it>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/printk.c