tick: Call tick_init late
authorThomas Gleixner <tglx@linutronix.de>
Tue, 5 Mar 2013 14:14:05 +0000 (15:14 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 7 Mar 2013 15:13:25 +0000 (16:13 +0100)
To convert the clockevents code to cpumask_var_t we need to move the
init call after the allocator setup.

Clockevents are earliest registered from time_init() as they need
interrupts being set up, so this is safe.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20130306111537.304379448@linutronix.de
Cc: Rusty Russell <rusty@rustcorp.com.au>

No differences found