diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-06-30 19:40:36 +0200 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2016-07-03 23:41:27 +0200 |
commit | 3f0f8830d440e3edf5580424519a7c3434891c64 (patch) | |
tree | 7eddc0ea1907a93c88979d81b758e5efe17ff20d /arch/arm | |
parent | arm64: KVM: Always reference __hyp_panic_string via its kernel VA (diff) | |
download | linux-3f0f8830d440e3edf5580424519a7c3434891c64.tar.xz linux-3f0f8830d440e3edf5580424519a7c3434891c64.zip |
arm/arm64: KVM: Remove hyp_kern_va helper
hyp_kern_va is now completely unused, so let's remove it entirely.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/include/asm/kvm_hyp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/kvm_hyp.h b/arch/arm/include/asm/kvm_hyp.h index f0e860761380..e38fce2270ac 100644 --- a/arch/arm/include/asm/kvm_hyp.h +++ b/arch/arm/include/asm/kvm_hyp.h @@ -26,7 +26,6 @@ #define __hyp_text __section(.hyp.text) notrace #define kern_hyp_va(v) (v) -#define hyp_kern_va(v) (v) #define __ACCESS_CP15(CRn, Op1, CRm, Op2) \ "mrc", "mcr", __stringify(p15, Op1, %0, CRn, CRm, Op2), u32 |