]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation
authorMarc Zyngier <maz@kernel.org>
Wed, 13 May 2020 10:58:29 +0000 (11:58 +0100)
committerMarc Zyngier <maz@kernel.org>
Sat, 16 May 2020 14:04:18 +0000 (15:04 +0100)
commit8803e2e9e7272202348fe413ebe9df18c8f84013
treef9da364e33474c6394b714f4e4bfa69030ffd480
parent7ff2c06a2838e93b4c05a61fa1e131f1a0fa6b52
KVM: arm64: Simplify __kvm_timer_set_cntvoff implementation

Now that this function isn't constrained by the 32bit PCS,
let's simplify it by taking a single 64bit offset instead
of two 32bit parameters.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/kvm_asm.h
arch/arm64/kvm/arch_timer.c
arch/arm64/kvm/hyp/timer-sr.c