ARM: KVM: Use common version of timer-sr.c
authorMarc Zyngier <marc.zyngier@arm.com>
Thu, 28 Jan 2016 14:48:42 +0000 (14:48 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 29 Feb 2016 18:34:19 +0000 (18:34 +0000)
commit68130cb5db09cb8a285a59f70ac72d2bfa8685fd
treec4b52cdd9cd1f58d4efa90fc6ec858134d561c7b
parentb5fa5d3e628bd301b89937ee4f7814297d8e2e31
ARM: KVM: Use common version of timer-sr.c

Using the common HYP timer code is a bit more tricky, since we
use system register names. Nothing a set of macros cannot
work around...

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/include/asm/kvm_hyp.h
arch/arm/kvm/hyp/Makefile
arch/arm/kvm/hyp/timer-sr.c [deleted file]