From: Peter Oberparleiter Date: Mon, 14 Jul 2008 07:58:49 +0000 (+0200) Subject: [S390] cio: introduce fcx bit to chsc characteristics X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f2bd92e3b4f3b6405c5aadae3ad64acd94cdb78;p=linux-beck.git [S390] cio: introduce fcx bit to chsc characteristics Introduce fcx bit to chsc characteristics. Signed-off-by: Peter Oberparleiter Signed-off-by: Martin Schwidefsky Signed-off-by: Heiko Carstens --- diff --git a/drivers/s390/cio/chsc.h b/drivers/s390/cio/chsc.h index 3b7c044d8453..d4498d4005d3 100644 --- a/drivers/s390/cio/chsc.h +++ b/drivers/s390/cio/chsc.h @@ -49,7 +49,9 @@ struct css_general_char { u32 qebsm : 1; /* bit 58 */ u32 : 8; u32 aif_osa : 1; /* bit 67 */ - u32 : 28; + u32 : 20; + u32 fcx : 1; /* bit 88 */ + u32 : 7; }__attribute__((packed)); struct css_chsc_char {