diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-01-02 14:04:48 +0000 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2016-02-29 18:34:12 +0000 |
commit | 42428525a9eefea9dda68de684381ce9f3dc4266 (patch) | |
tree | d07e5a62881e83d9bcd7a0f79a7e8cc8b63e89ad /arch/arm/include/asm | |
parent | 1a61ae7af4d65ee311a737d550da6cf92a3aea4c (diff) | |
download | linux-stable-42428525a9eefea9dda68de684381ce9f3dc4266.tar.gz linux-stable-42428525a9eefea9dda68de684381ce9f3dc4266.tar.bz2 linux-stable-42428525a9eefea9dda68de684381ce9f3dc4266.zip |
ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
Now that we've unified the way we refer to the HYP text between
arm and arm64, drop __kvm_hyp_code_start/end, and just use the
__hyp_text_start/end symbols.
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/kvm_asm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/kvm_asm.h b/arch/arm/include/asm/kvm_asm.h index fa2fd253974f..4841225d10ea 100644 --- a/arch/arm/include/asm/kvm_asm.h +++ b/arch/arm/include/asm/kvm_asm.h @@ -93,9 +93,6 @@ extern char __kvm_hyp_exit_end[]; extern char __kvm_hyp_vector[]; -#define __kvm_hyp_code_start __hyp_text_start -#define __kvm_hyp_code_end __hyp_text_end - extern void __kvm_flush_vm_context(void); extern void __kvm_tlb_flush_vmid_ipa(struct kvm *kvm, phys_addr_t ipa); extern void __kvm_tlb_flush_vmid(struct kvm *kvm); |