diff options
Diffstat (limited to 'arch/ia64/include/asm/kvm_host.h')
-rw-r--r-- | arch/ia64/include/asm/kvm_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/kvm_host.h b/arch/ia64/include/asm/kvm_host.h index 12439956551b..589536fa799d 100644 --- a/arch/ia64/include/asm/kvm_host.h +++ b/arch/ia64/include/asm/kvm_host.h | |||
@@ -580,6 +580,8 @@ struct kvm_vmm_info{ | |||
580 | kvm_vmm_entry *vmm_entry; | 580 | kvm_vmm_entry *vmm_entry; |
581 | kvm_tramp_entry *tramp_entry; | 581 | kvm_tramp_entry *tramp_entry; |
582 | unsigned long vmm_ivt; | 582 | unsigned long vmm_ivt; |
583 | unsigned long patch_mov_ar; | ||
584 | unsigned long patch_mov_ar_sn2; | ||
583 | }; | 585 | }; |
584 | 586 | ||
585 | int kvm_highest_pending_irq(struct kvm_vcpu *vcpu); | 587 | int kvm_highest_pending_irq(struct kvm_vcpu *vcpu); |