]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - virt/kvm/kvm_main.c
Merge branch 'next/kvm' into mips-for-linux-next
[karo-tx-linux.git] / virt / kvm / kvm_main.c
index f18013f09e68423d68d4033d1e22fe1f8701886b..1fc942048521085a960074affc2663d93a70e93e 100644 (file)
@@ -1981,7 +1981,7 @@ static long kvm_vcpu_ioctl(struct file *filp,
        if (vcpu->kvm->mm != current->mm)
                return -EIO;
 
-#if defined(CONFIG_S390) || defined(CONFIG_PPC)
+#if defined(CONFIG_S390) || defined(CONFIG_PPC) || defined(CONFIG_MIPS)
        /*
         * Special cases: vcpu ioctls that are asynchronous to vcpu execution,
         * so vcpu_load() would break it.