KVM: arm64: Move hyp-init.S to nVHE
authorAndrew Scull <ascull@google.com>
Thu, 25 Jun 2020 13:14:12 +0000 (14:14 +0100)
committerMarc Zyngier <maz@kernel.org>
Sun, 5 Jul 2020 17:38:12 +0000 (18:38 +0100)
commit208243c752a7eeef4236f7b7d67e806ee356e3f8
tree23b25b8d4a3fb7d395c2f9a9d39554495e641765
parentb877e9849d41e7d2100d2933e0a3971d0ddec011
KVM: arm64: Move hyp-init.S to nVHE

hyp-init.S contains the identity mapped initialisation code for the
non-VHE code that runs at EL2. It is only used for non-VHE.

Adjust code that calls into this to use the prefixed symbol name.

Signed-off-by: Andrew Scull <ascull@google.com>
Signed-off-by: David Brazdil <dbrazdil@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200625131420.71444-8-dbrazdil@google.com
arch/arm64/include/asm/kvm_asm.h
arch/arm64/kernel/image-vars.h
arch/arm64/kvm/Makefile
arch/arm64/kvm/hyp/nvhe/Makefile
arch/arm64/kvm/hyp/nvhe/hyp-init.S [moved from arch/arm64/kvm/hyp-init.S with 100% similarity]