]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
authorChristoffer Dall <christoffer.dall@linaro.org>
Fri, 4 Aug 2017 07:39:51 +0000 (09:39 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 19 Mar 2018 10:53:19 +0000 (10:53 +0000)
commit8cf93636f96fda1e0cce630423714bce69614cc8
tree6f1d664b89c94037bf9ae8b81194e610e1cea8c2
parent10170b612e528d961fa46195d14c641f0a4f7e95
KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions

There is no longer a need for an alternative to choose the right
function to tell us whether or not FPSIMD was enabled for the VM,
because we can simply can the appropriate functions directly from within
the _vhe and _nvhe run functions.

Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm64/kvm/hyp/switch.c