]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/nmi: reduce size of percpu variable
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 12 Oct 2015 11:04:12 +0000 (13:04 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 27 Oct 2015 08:33:57 +0000 (09:33 +0100)
commit36324963a3006d2c416095d87d8272e4825c679b
treead448133490eea7d305fb627fe2fc1fb831f922a
parent975be635d929e3cfdae149d6de055f31a17c92d7
s390/nmi: reduce size of percpu variable

Change the flag fields within struct mcck_struct to simple bit fields
to reduce the size of the structure which is used as percpu variable.

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