Searched hist:"24 d05ff863e78544e8538a792e3234291cdd5650" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/kernel/ |
H A D | nmi.c | diff 24d05ff863e78544e8538a792e3234291cdd5650 Mon Aug 17 08:09:17 CEST 2015 Heiko Carstens <heiko.carstens@de.ibm.com> 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 <heiko.carstens@de.ibm.com> Reviewed-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|