KVM: arm/arm64: Get rid of exported aliases to static functions
authorChristoffer Dall <christoffer.dall@linaro.org>
Thu, 1 Sep 2016 11:16:03 +0000 (13:16 +0200)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 8 Sep 2016 10:53:00 +0000 (12:53 +0200)
commitcf0ba18a441410aeaf3ef97eead3a3fa5381f46f
treeec64816a26f174b4de6bbb76c756fdfc02dd6cdf
parent777c155772f9a234d72b9319325d8b6abd0c0e36
KVM: arm/arm64: Get rid of exported aliases to static functions

When rewriting the assembly code to C code, it was useful to have
exported aliases or static functions so that we could keep the existing
common C code unmodified and at the same time rewrite arm64 from
assembly to C code, and later do the arm part.

Now when both are done, we really don't need this level of indirection
anymore, and it's time to save a few lines and brain cells.

Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm/kvm/hyp/switch.c
arch/arm/kvm/hyp/tlb.c
arch/arm64/kvm/hyp/debug-sr.c
arch/arm64/kvm/hyp/switch.c
arch/arm64/kvm/hyp/tlb.c
arch/arm64/kvm/hyp/vgic-v3-sr.c