KVM: s390: Add memcg accounting to KVM allocations
[linux-2.6-microblaze.git] / arch / s390 / kvm / intercept.c
index e7a7c49..72b25b7 100644 (file)
@@ -398,7 +398,7 @@ int handle_sthyi(struct kvm_vcpu *vcpu)
        if (!kvm_s390_pv_cpu_is_protected(vcpu) && (addr & ~PAGE_MASK))
                return kvm_s390_inject_program_int(vcpu, PGM_SPECIFICATION);
 
-       sctns = (void *)get_zeroed_page(GFP_KERNEL);
+       sctns = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT);
        if (!sctns)
                return -ENOMEM;