summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/css_chars.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/css_chars.h')
-rw-r--r--arch/s390/include/asm/css_chars.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/s390/include/asm/css_chars.h b/arch/s390/include/asm/css_chars.h
index fb56fa3..0563fd3 100644
--- a/arch/s390/include/asm/css_chars.h
+++ b/arch/s390/include/asm/css_chars.h
@@ -32,8 +32,10 @@ struct css_general_char {
u32 fcx : 1; /* bit 88 */
u32 : 19;
u32 alt_ssi : 1; /* bit 108 */
- u32:1;
- u32 narf:1; /* bit 110 */
+ u32 : 1;
+ u32 narf : 1; /* bit 110 */
+ u32 : 12;
+ u32 util_str : 1;/* bit 123 */
} __packed;
extern struct css_general_char css_general_characteristics;
OpenPOWER on IntegriCloud