From: Thomas Gleixner Date: Fri, 21 Aug 2009 20:01:12 +0000 (+0200) Subject: init: Move sched_clock_init after late_time_init X-Git-Tag: v2.6.32-rc1~629^2~38^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa84e9eecfff478df2d00e94deb3fc40fe4634ad;p=pandora-kernel.git init: Move sched_clock_init after late_time_init Some architectures initialize clocks and timers in late_time_init and x86 wants to do the same to avoid FIXMAP hackery for calibrating the TSC. That would result in undefined sched_clock readout and wreckaged printk timestamps again. We probably have those already on archs which do all their time/clock setup in late_time_init. There is no harm to move that after late_time_init except that a few more boot timestamps are stale. The scheduler is not active at that point so no real wreckage is expected. Signed-off-by: Thomas Gleixner LKML-Reference: Cc: linux-arch@vger.kernel.org --- Reading git-diff-tree failed