diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-01-04 09:06:11 +0000 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2016-02-29 18:34:13 +0000 |
commit | c0c2cdbffef2369a94998fc6d85af25eded92b60 (patch) | |
tree | bd0f0f81fee96cd0977cdff2bc71a21a31e67a7c /arch/arm/kvm/hyp/Makefile | |
parent | e59bff9bf302bf1332c6421b39ba2e82b84e63a6 (diff) | |
download | linux-c0c2cdbffef2369a94998fc6d85af25eded92b60.tar.bz2 |
ARM: KVM: Add vgic v2 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 an interrupt controller.
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 9241ae845252..d8acbb691249 100644 --- a/arch/arm/kvm/hyp/Makefile +++ b/arch/arm/kvm/hyp/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_KVM_ARM_HOST) += tlb.o obj-$(CONFIG_KVM_ARM_HOST) += cp15-sr.o obj-$(CONFIG_KVM_ARM_HOST) += timer-sr.o +obj-$(CONFIG_KVM_ARM_HOST) += vgic-v2-sr.o |