KVM: arm64: Move hyp_symbol_addr() to kvm_asm.h
authorMarc Zyngier <maz@kernel.org>
Wed, 10 Jun 2020 15:27:46 +0000 (16:27 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 10 Jun 2020 18:09:09 +0000 (19:09 +0100)
commit304e2989c93e941fa55b38c59c975d4acfb6e4a2
treedaeb76913463f6a51ee0d62a3503dbf688311bfc
parent07da1ffaa1373f99331712faa67a00b5b807dfe8
KVM: arm64: Move hyp_symbol_addr() to kvm_asm.h

Recent refactoring of the arm64 code make it awkward to have
hyp_symbol_addr() in kvm_mmu.h. Instead, move it next to its
main user, which is __hyp_this_cpu_ptr().

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_asm.h
arch/arm64/include/asm/kvm_mmu.h