|
@@ -120,6 +120,7 @@ static void __init sclp_facilities_detect(struct read_info_sccb *sccb)
|
|
|
sclp.has_cmma = !!(sccb->fac116 & 0x40);
|
|
|
sclp.has_esca = !!(sccb->fac116 & 0x08);
|
|
|
sclp.has_pfmfi = !!(sccb->fac117 & 0x40);
|
|
|
+ sclp.has_ibs = !!(sccb->fac117 & 0x20);
|
|
|
sclp.has_hvs = !!(sccb->fac119 & 0x80);
|
|
|
if (sccb->fac85 & 0x02)
|
|
|
S390_lowcore.machine_flags |= MACHINE_FLAG_ESOP;
|