From: Kyle McMartin Date: Tue, 27 Feb 2007 03:21:22 +0000 (-0500) Subject: [PARISC] clocksource: Move update_cr16_clocksource later in boot X-Git-Tag: v2.6.21-rc2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01363220f5d23ef68276db8974e46a502e43d01d;p=pandora-kernel.git [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 --- Reading git-diff-tree failed