]> 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)
commit8fc0d470c478106a93567b533f13a14de38ebedc
treef9da364e33474c6394b714f4e4bfa69030ffd480
parentabbe78e16956ea54f402d8327684abe03e87fe6b
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