File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ struct sclp_info {
84
84
unsigned char has_ibs : 1 ;
85
85
unsigned char has_skey : 1 ;
86
86
unsigned char has_kss : 1 ;
87
+ unsigned char has_diag204_bif : 1 ;
87
88
unsigned char has_gisaf : 1 ;
88
89
unsigned char has_diag318 : 1 ;
89
90
unsigned char has_diag320 : 1 ;
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ static void __init sclp_early_facilities_detect(void)
53
53
get_lowcore ()-> machine_flags |= MACHINE_FLAG_ESOP ;
54
54
if (sccb -> fac91 & 0x40 )
55
55
get_lowcore ()-> machine_flags |= MACHINE_FLAG_TLB_GUEST ;
56
+ sclp .has_diag204_bif = !!(sccb -> fac98 & 0x80 );
56
57
if (sccb -> cpuoff > 134 ) {
57
58
sclp .has_diag318 = !!(sccb -> byte_134 & 0x80 );
58
59
sclp .has_diag320 = !!(sccb -> byte_134 & 0x04 );
You can’t perform that action at this time.
0 commit comments