]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: Make timer_set_offset() generally accessible
authorMarc Zyngier <maz@kernel.org>
Mon, 29 Sep 2025 16:04:48 +0000 (17:04 +0100)
committerMarc Zyngier <maz@kernel.org>
Mon, 13 Oct 2025 13:42:40 +0000 (14:42 +0100)
commita92d552266890f83126fdef4f777a985cc1302bd
tree9b02788c33e1537cec5b1530c86c8b25adac9cf0
parent8625a670afb05f1e1d69d50a74dbcc9d1b855efe
KVM: arm64: Make timer_set_offset() generally accessible

Move the timer_set_offset() helper to arm_arch_timer.h, so that it
is next to timer_get_offset(), and accessible by the rest of KVM.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/arch_timer.c
include/kvm/arm_arch_timer.h