From: Heiko Carstens Date: Mon, 17 Aug 2015 06:09:17 +0000 (+0200) Subject: s390/nmi: initialize control register 0 earlier X-Git-Tag: omap-for-v4.3/fixes-merge-window~38^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d05ff863e78544e8538a792e3234291cdd5650;p=pandora-kernel.git s390/nmi: initialize control register 0 earlier Change machine_check_init() to an early_initcall(). This makes sure it will be called before all other cpus are online and therfore saves us a lot of pointless smp_call_function() calls. The control register settings will be forwarded to the other cpus when they will be brought online. Signed-off-by: Heiko Carstens Reviewed-by: Hendrik Brueckner Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed