]> git.baikalelectronics.ru Git - kernel.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)
commite1c80d9a38c7bf6c8fe5a617bae5700e06e0bc39
treead448133490eea7d305fb627fe2fc1fb831f922a
parent082da548d1839b75c3a880bff0c841fa8c71f1a0
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