[ARM] 3939/1: don't reset SA11x0 clock counter
authorNicolas Pitre <nico@cam.org>
Mon, 20 Nov 2006 21:17:09 +0000 (22:17 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 30 Nov 2006 12:52:44 +0000 (12:52 +0000)
Don't reset OSCR to zero as this prevents us from having a contiguous
time source. The value returned by sched_clock() is reset to zero in the
middle of the boot process otherwise, making CONFIG_PRINTK_TIME rather
messed up.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found