]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: arm/arm64: Move phys_timer_emulate function
authorChristoffer Dall <cdall@linaro.org>
Sun, 18 Jun 2017 08:41:06 +0000 (01:41 -0700)
committerChristoffer Dall <christoffer.dall@linaro.org>
Mon, 6 Nov 2017 15:23:15 +0000 (16:23 +0100)
commitfcbc428a1d9aedf633290b48b996b18e5c330c85
tree4a58966cf04ec8360a2878b0ed23eac6cdcdb137
parente89db5801c114e26a57fc4d89ddf0b8b1581a62a
KVM: arm/arm64: Move phys_timer_emulate function

We are about to call phys_timer_emulate() from kvm_timer_update_state()
and modify phys_timer_emulate() at the same time.  Moving the function
and modifying it in a single patch makes the diff hard to read, so do
this separately first.

No functional change.

Signed-off-by: Christoffer Dall <cdall@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/arm/arch_timer.c