]> 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)
commitc9ba0f74ddd31848100d64ed67e49595c3574922
tree6f1d664b89c94037bf9ae8b81194e610e1cea8c2
parent20400e4819674e95a0b32c8a8f04269dea293c5f
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