Home
last modified time | relevance | path

Searched hist:f3e1a273594c7d82b07102bd03e8adfe681f2864 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dtraps.cdiff f3e1a273594c7d82b07102bd03e8adfe681f2864 Wed Jan 05 05:48:00 CST 2011 Heiko Carstens <heiko.carstens@de.ibm.com> [S390] nmi: enable machine checks early

Until now machine checks for the swapper process of the IPL cpu are just
implicitly (and more or less accidently) enabled when the first time the
idle process goes into idle state and loads an enabled wait psw.
Before that machine checks are disabled.
So let's enable them explicitly in trap_init() so we have a well defined
time when machine checks are enabled.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>