From: Thomas Gleixner Date: Tue, 5 Mar 2013 14:14:05 +0000 (+0100) Subject: tick: Call tick_init late X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~116^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2b13536ace08dfcca4cf86b75a5d06efe06373;p=pandora-kernel.git tick: Call tick_init late 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 Link: http://lkml.kernel.org/r/20130306111537.304379448@linutronix.de Cc: Rusty Russell --- Reading git-diff-tree failed