diff options
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index f0faf58044ff..46276273a1a1 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -286,6 +286,7 @@ struct kvm_vcpu_arch { | |||
286 | u64 shadow_efer; | 286 | u64 shadow_efer; |
287 | u64 apic_base; | 287 | u64 apic_base; |
288 | struct kvm_lapic *apic; /* kernel irqchip context */ | 288 | struct kvm_lapic *apic; /* kernel irqchip context */ |
289 | int32_t apic_arb_prio; | ||
289 | int mp_state; | 290 | int mp_state; |
290 | int sipi_vector; | 291 | int sipi_vector; |
291 | u64 ia32_misc_enable_msr; | 292 | u64 ia32_misc_enable_msr; |
@@ -400,7 +401,6 @@ struct kvm_arch{ | |||
400 | struct hlist_head irq_ack_notifier_list; | 401 | struct hlist_head irq_ack_notifier_list; |
401 | int vapics_in_nmi_mode; | 402 | int vapics_in_nmi_mode; |
402 | 403 | ||
403 | int round_robin_prev_vcpu; | ||
404 | unsigned int tss_addr; | 404 | unsigned int tss_addr; |
405 | struct page *apic_access_page; | 405 | struct page *apic_access_page; |
406 | 406 | ||