]> git.baikalelectronics.ru Git - kernel.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)
commite32c0f8876c737633e861671a5cf8910d50f82c4
tree93eda3b3753e41a861553f3d6ce56927fa760f1b
parentf3a83a84f9a9daad51314311d6af0976db967637
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