diff options
Diffstat (limited to 'virt/kvm/kvm_main.c')
-rw-r--r-- | virt/kvm/kvm_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index efe59ae64dc3..0d06b7b63e95 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c | |||
@@ -2113,7 +2113,7 @@ static long kvm_vcpu_ioctl(struct file *filp, | |||
2113 | * Special cases: vcpu ioctls that are asynchronous to vcpu execution, | 2113 | * Special cases: vcpu ioctls that are asynchronous to vcpu execution, |
2114 | * so vcpu_load() would break it. | 2114 | * so vcpu_load() would break it. |
2115 | */ | 2115 | */ |
2116 | if (ioctl == KVM_S390_INTERRUPT || ioctl == KVM_INTERRUPT) | 2116 | if (ioctl == KVM_S390_INTERRUPT || ioctl == KVM_S390_IRQ || ioctl == KVM_INTERRUPT) |
2117 | return kvm_arch_vcpu_ioctl(filp, ioctl, arg); | 2117 | return kvm_arch_vcpu_ioctl(filp, ioctl, arg); |
2118 | #endif | 2118 | #endif |
2119 | 2119 | ||