]> asedeno.scripts.mit.edu Git - linux.git/commit
arm/arm64: KVM: Use __hyp_reset_vectors() directly
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 3 Apr 2017 18:37:59 +0000 (19:37 +0100)
committerChristoffer Dall <cdall@linaro.org>
Sun, 9 Apr 2017 14:49:32 +0000 (07:49 -0700)
commit0fb265930dbcdb6833094198b8b1b71b1d3ed88d
tree93eda3b3753e41a861553f3d6ce56927fa760f1b
parent386627d825d82ed3f7261a0de71a7cc4144e3c4b
arm/arm64: KVM: Use __hyp_reset_vectors() directly

__cpu_reset_hyp_mode doesn't need to be passed any argument now,
as the hyp-stub implementations are self-contained, and is now
reduced to just calling __hyp_reset_vectors(). Let's drop the
wrapper and use the stub hypercall directly.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
arch/arm/include/asm/kvm_host.h
arch/arm/kvm/arm.c
arch/arm64/include/asm/kvm_host.h