diff options
Diffstat (limited to 'arch/arm/include/asm/kvm_asm.h')
-rw-r--r-- | arch/arm/include/asm/kvm_asm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/kvm_asm.h b/arch/arm/include/asm/kvm_asm.h index 14d68a4d826f..36dd2962a42d 100644 --- a/arch/arm/include/asm/kvm_asm.h +++ b/arch/arm/include/asm/kvm_asm.h | |||
@@ -68,6 +68,8 @@ extern void __kvm_tlb_flush_vmid_ipa(struct kvm *kvm, phys_addr_t ipa); | |||
68 | extern void __kvm_tlb_flush_vmid(struct kvm *kvm); | 68 | extern void __kvm_tlb_flush_vmid(struct kvm *kvm); |
69 | extern void __kvm_tlb_flush_local_vmid(struct kvm_vcpu *vcpu); | 69 | extern void __kvm_tlb_flush_local_vmid(struct kvm_vcpu *vcpu); |
70 | 70 | ||
71 | extern void __kvm_timer_set_cntvoff(u32 cntvoff_low, u32 cntvoff_high); | ||
72 | |||
71 | extern int __kvm_vcpu_run(struct kvm_vcpu *vcpu); | 73 | extern int __kvm_vcpu_run(struct kvm_vcpu *vcpu); |
72 | 74 | ||
73 | extern void __init_stage2_translation(void); | 75 | extern void __init_stage2_translation(void); |