KVM: arm64: Remove noop calls to timer save/restore from VHE switch
authorChristoffer Dall <christoffer.dall@linaro.org>
Sat, 5 Aug 2017 20:51:35 +0000 (22:51 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 19 Mar 2018 10:53:14 +0000 (10:53 +0000)
commit04fef057003c207ff4d9f22d2127aee2f9abecd0
tree29000dcc44ca9c5802a28418b4528a927ce8e07e
parent34f8cdf1dfc218ba36b95bcc4e0d85ea42bba9fc
KVM: arm64: Remove noop calls to timer save/restore from VHE switch

The VHE switch function calls __timer_enable_traps and
__timer_disable_traps which don't do anything on VHE systems.
Therefore, simply remove these calls from the VHE switch function and
make the functions non-conditional as they are now only called from the
non-VHE switch path.

Acked-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
virt/kvm/arm/hyp/timer-sr.c