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 a1093700f3a4..34310a8d24b9 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c | |||
@@ -2118,7 +2118,7 @@ static long kvm_vcpu_ioctl(struct file *filp, | |||
2118 | * Special cases: vcpu ioctls that are asynchronous to vcpu execution, | 2118 | * Special cases: vcpu ioctls that are asynchronous to vcpu execution, |
2119 | * so vcpu_load() would break it. | 2119 | * so vcpu_load() would break it. |
2120 | */ | 2120 | */ |
2121 | if (ioctl == KVM_S390_INTERRUPT || ioctl == KVM_INTERRUPT) | 2121 | if (ioctl == KVM_S390_INTERRUPT || ioctl == KVM_S390_IRQ || ioctl == KVM_INTERRUPT) |
2122 | return kvm_arch_vcpu_ioctl(filp, ioctl, arg); | 2122 | return kvm_arch_vcpu_ioctl(filp, ioctl, arg); |
2123 | #endif | 2123 | #endif |
2124 | 2124 | ||