]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/nmi: allocation of the extended save area
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 12 Oct 2017 11:24:47 +0000 (13:24 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 19 Oct 2017 15:07:39 +0000 (17:07 +0200)
commit6c81511ca1f52a0bbe921b2b98e34319a4ca59ed
treedaa95081ebe345d39ee976f9ff6ef7cd8f80fe6d
parentcc65450c8337848f97e893c5c3de973ece73aabf
s390/nmi: allocation of the extended save area

The machine check extended save area is needed to store the vector
registers and the guarded storage control block when a CPU is
interrupted by a machine check.

Move the slab cache allocation of the full save area to nmi.c,
for early boot use a static __initdata block.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/nmi.h
arch/s390/kernel/nmi.c
arch/s390/kernel/setup.c
arch/s390/kernel/smp.c