1
0
Fork 0

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>
hifive-unleashed-5.1
Heiko Carstens 2015-11-24 14:28:12 +01:00 committed by Christian Borntraeger
parent 07197fd05f
commit a6aacc3f87
1 changed files with 1 additions and 1 deletions

View File

@ -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)