aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-08-21 22:01:12 +0200
committerThomas Gleixner <tglx@linutronix.de>2009-08-27 16:38:18 +0200
commitfa84e9eecfff478df2d00e94deb3fc40fe4634ad (patch)
treef7fead8e4b2dfbac63fc9bed132d12a95b9690cd /drivers
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (diff)
downloadlinux-dev-fa84e9eecfff478df2d00e94deb3fc40fe4634ad.tar.xz
linux-dev-fa84e9eecfff478df2d00e94deb3fc40fe4634ad.zip
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 <tglx@linutronix.de> LKML-Reference: <new-submission> Cc: linux-arch@vger.kernel.org
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions