aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'virt/kvm/kvm_main.c')
-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 45f09362ee7b..ae88b719bd2e 100644
--- a/virt/kvm/kvm_main.c
+++ b/virt/kvm/kvm_main.c
@@ -1978,7 +1978,7 @@ static long kvm_vcpu_ioctl(struct file *filp,
1978 if (vcpu->kvm->mm != current->mm) 1978 if (vcpu->kvm->mm != current->mm)
1979 return -EIO; 1979 return -EIO;
1980 1980
1981#if defined(CONFIG_S390) || defined(CONFIG_PPC) 1981#if defined(CONFIG_S390) || defined(CONFIG_PPC) || defined(CONFIG_MIPS)
1982 /* 1982 /*
1983 * Special cases: vcpu ioctls that are asynchronous to vcpu execution, 1983 * Special cases: vcpu ioctls that are asynchronous to vcpu execution,
1984 * so vcpu_load() would break it. 1984 * so vcpu_load() would break it.