ARM: KVM: arch_timers: zero CNTVOFF upon return to host
authorMark Rutland <mark.rutland@arm.com>
Tue, 26 Mar 2013 13:41:35 +0000 (13:41 +0000)
committerMark Rutland <mark.rutland@arm.com>
Fri, 7 Jun 2013 09:20:27 +0000 (10:20 +0100)
commitf793c23ebbe5afd1cabf4a42a3a297022213756f
tree020318db2b30ce500241d60480ea96bcbadf1b78
parent0af0b189abf73d232af782df2f999235cd2fed7f
ARM: KVM: arch_timers: zero CNTVOFF upon return to host

To use the virtual counters from the host, we need to ensure that
CNTVOFF doesn't change unexpectedly. When we change to a guest, we
replace the host's CNTVOFF, but we don't restore it when returning to
the host.

As the host sets CNTVOFF to zero, and never changes it, we can simply
zero CNTVOFF when returning to the host. This patch adds said zeroing to
the return to host path.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Christoffer Dall <cdall@cs.columbia.edu>
arch/arm/kvm/interrupts_head.S