Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / x86 / kvm / ioapic.c
index d057376..698969e 100644 (file)
@@ -197,12 +197,9 @@ static void ioapic_lazy_update_eoi(struct kvm_ioapic *ioapic, int irq)
 
                /*
                 * If no longer has pending EOI in LAPICs, update
-                * EOI for this vetor.
+                * EOI for this vector.
                 */
                rtc_irq_eoi(ioapic, vcpu, entry->fields.vector);
-               kvm_ioapic_update_eoi_one(vcpu, ioapic,
-                                         entry->fields.trig_mode,
-                                         irq);
                break;
        }
 }