diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-01-04 11:54:50 +0300 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2016-02-29 21:34:13 +0300 |
commit | e59bff9bf302bf1332c6421b39ba2e82b84e63a6 (patch) | |
tree | 77555ba3c94f53e9d19e1d8a3ffb824dac708492 /arch/arm/kvm/hyp/Makefile | |
parent | c7ce6c63a05f83998996fdebc4867b007a571f82 (diff) | |
download | linux-e59bff9bf302bf1332c6421b39ba2e82b84e63a6.tar.xz |
ARM: KVM: Add timer save/restore
This patch shouldn't exist, as we should be able to reuse the
arm64 version for free. I'll get there eventually, but in the
meantime I need a timer ticking.
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/kvm/hyp/Makefile')
-rw-r--r-- | arch/arm/kvm/hyp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kvm/hyp/Makefile b/arch/arm/kvm/hyp/Makefile index 9f96fcbbcd8d..9241ae845252 100644 --- a/arch/arm/kvm/hyp/Makefile +++ b/arch/arm/kvm/hyp/Makefile @@ -4,3 +4,4 @@ obj-$(CONFIG_KVM_ARM_HOST) += tlb.o obj-$(CONFIG_KVM_ARM_HOST) += cp15-sr.o +obj-$(CONFIG_KVM_ARM_HOST) += timer-sr.o |