KVM: s390: kvm_arch_vcpu_runnable already cares about timer interrupts
[deliverable/linux.git] / arch / s390 / kvm / interrupt.c
index 4f05520efbae89f62bf867d1e3dcc014b1351a1b..1260f8c18df986202b2e9e5e48c8164bcc4765ac 100644 (file)
@@ -839,7 +839,7 @@ int kvm_s390_handle_wait(struct kvm_vcpu *vcpu)
        vcpu->stat.exit_wait_state++;
 
        /* fast path */
-       if (kvm_cpu_has_pending_timer(vcpu) || kvm_arch_vcpu_runnable(vcpu))
+       if (kvm_arch_vcpu_runnable(vcpu))
                return 0;
 
        if (psw_interrupts_disabled(vcpu)) {
This page took 0.1016 seconds and 5 git commands to generate.