aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/lapic.c')
-rw-r--r--arch/x86/kvm/lapic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c
index 607a56b35327..e0f721bfabcb 100644
--- a/arch/x86/kvm/lapic.c
+++ b/arch/x86/kvm/lapic.c
@@ -1822,6 +1822,7 @@ void kvm_apic_post_state_restore(struct kvm_vcpu *vcpu,
1822 apic_update_ppr(apic); 1822 apic_update_ppr(apic);
1823 hrtimer_cancel(&apic->lapic_timer.timer); 1823 hrtimer_cancel(&apic->lapic_timer.timer);
1824 apic_update_lvtt(apic); 1824 apic_update_lvtt(apic);
1825 apic_manage_nmi_watchdog(apic, kvm_apic_get_reg(apic, APIC_LVT0));
1825 update_divide_count(apic); 1826 update_divide_count(apic);
1826 start_apic_timer(apic); 1827 start_apic_timer(apic);
1827 apic->irr_pending = true; 1828 apic->irr_pending = true;