forked from luck/tmp_suning_uos_patched
KVM: s390: remove pointless test_facility(2) check
This evaluates always to 'true'. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
This commit is contained in:
parent
07197fd05f
commit
a6aacc3f87
@ -1027,7 +1027,7 @@ static int kvm_s390_apxa_installed(void)
|
||||
u8 config[128];
|
||||
int cc;
|
||||
|
||||
if (test_facility(2) && test_facility(12)) {
|
||||
if (test_facility(12)) {
|
||||
cc = kvm_s390_query_ap_config(config);
|
||||
|
||||
if (cc)
|
||||
|
Loading…
Reference in New Issue
Block a user