]> 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)
commitf6767a770b26e0d0c7a07ee47de9438df1dab32e
treead448133490eea7d305fb627fe2fc1fb831f922a
parentf577ef7e92cadb440e328a5e9beaefd16370732a
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