s390/sclp: detect storage-key facility
Let's correctly detect that facility. Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
This commit is contained in:

committed by
Christian Borntraeger

parent
695be0e7a2
commit
2386145152
@@ -154,6 +154,7 @@ static void __init sclp_facilities_detect(struct read_info_sccb *sccb)
|
||||
sclp.has_gpere = cpue->gpere;
|
||||
sclp.has_ib = cpue->ib;
|
||||
sclp.has_cei = cpue->cei;
|
||||
sclp.has_skey = cpue->skey;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user