s390/sclp: 64 bit event mask

Change the size of the sclp mask to 64 bits.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Claudio Imbrenda <imbrenda@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Claudio Imbrenda 2018-01-23 16:54:11 +01:00 committed by Martin Schwidefsky
parent 0b0d1173d8
commit f8f6e27c1a

View file

@ -87,7 +87,7 @@ enum sclp_pm_event {
#define SCLP_PANIC_PRIO 1 #define SCLP_PANIC_PRIO 1
#define SCLP_PANIC_PRIO_CLIENT 0 #define SCLP_PANIC_PRIO_CLIENT 0
typedef u32 sccb_mask_t; /* ATTENTION: assumes 32bit mask !!! */ typedef u64 sccb_mask_t;
struct sccb_header { struct sccb_header {
u16 length; u16 length;