summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/Makefile
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2015-10-19 15:50:58 +0100
committerMarc Zyngier <marc.zyngier@arm.com>2015-12-14 11:30:39 +0000
commitf68d2b1b73cc3d8f6eb189c11ce79a472ed27c42 (patch)
tree915bcfb773bd1647f2588a23615a3473e78ee18c /arch/arm64/kvm/hyp/Makefile
parent3c13b8f435acb452eac62d966148a8b6fa92151f (diff)
arm64: KVM: Implement vgic-v3 save/restore
Implement the vgic-v3 save restore as a direct translation of the assembly code version. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm64/kvm/hyp/Makefile')
-rw-r--r--arch/arm64/kvm/hyp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kvm/hyp/Makefile b/arch/arm64/kvm/hyp/Makefile
index d8d5968fbbed..d1e38ce16bb5 100644
--- a/arch/arm64/kvm/hyp/Makefile
+++ b/arch/arm64/kvm/hyp/Makefile
@@ -3,3 +3,4 @@
#
obj-$(CONFIG_KVM_ARM_HOST) += vgic-v2-sr.o
+obj-$(CONFIG_KVM_ARM_HOST) += vgic-v3-sr.o