]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PARISC] clocksource: Move update_cr16_clocksource later in boot
authorKyle McMartin <kyle@mako.i.cabal.ca>
Tue, 27 Feb 2007 03:21:22 +0000 (22:21 -0500)
committerKyle McMartin <kyle@mako.i.cabal.ca>
Tue, 27 Feb 2007 03:21:22 +0000 (22:21 -0500)
commit01363220f5d23ef68276db8974e46a502e43d01d
tree1cbb083b854f58036396252cc16dc7cd5ffc2363
parentfb55a0debee81280684b68713024d0c5e62e8aa5
[PARISC] clocksource: Move update_cr16_clocksource later in boot

smp_cpus_done is too early for us... before we even do a device
inventory! Move update_cr16_clocksource into the tail end of
processor_probe() and stub it out on CONFIG_SMP=n builds.

Verified that clocksource0 is properly updated to use jiffies
on an SMP build.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/processor.c
arch/parisc/kernel/smp.c
arch/parisc/kernel/time.c