]> Pileus Git - ~andy/linux/blobdiff - arch/s390/kvm/priv.c
Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core
[~andy/linux] / arch / s390 / kvm / priv.c
index 2e2d2ffb6a0758932d60fd5ee86de9e63160b8ff..d1faf5c544057f718c3737faf2340dfbaf3914c1 100644 (file)
@@ -158,6 +158,7 @@ static int handle_stfl(struct kvm_vcpu *vcpu)
 
        vcpu->stat.instruction_stfl++;
        facility_list &= ~(1UL<<24); /* no stfle */
+       facility_list &= ~(1UL<<23); /* no large pages */
 
        rc = copy_to_guest(vcpu, offsetof(struct _lowcore, stfl_fac_list),
                           &facility_list, sizeof(facility_list));