aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'virt/kvm')
-rw-r--r--virt/kvm/kvm_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index adc68feb5c5a..845cd9cf5189 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -1954,7 +1954,7 @@ static long kvm_vcpu_ioctl(struct file *filp,
1954 if (vcpu->kvm->mm != current->mm) 1954 if (vcpu->kvm->mm != current->mm)
1955 return -EIO; 1955 return -EIO;
1956 1956
1957#if defined(CONFIG_S390) || defined(CONFIG_PPC) 1957#if defined(CONFIG_S390) || defined(CONFIG_PPC) || defined(CONFIG_MIPS)
1958 /* 1958 /*
1959 * Special cases: vcpu ioctls that are asynchronous to vcpu execution, 1959 * Special cases: vcpu ioctls that are asynchronous to vcpu execution,
1960 * so vcpu_load() would break it. 1960 * so vcpu_load() would break it.