summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/Makefile
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2015-10-19 18:02:48 +0100
committerMarc Zyngier <marc.zyngier@arm.com>2015-12-14 11:30:39 +0000
commit6d6ec20fcf2830ca10c1b7c8efd7e2592c40e3d6 (patch)
treea4342cabb89d59963d37ce021e87a39a51478469 /arch/arm64/kvm/hyp/Makefile
parent1431af367e52b08038e78d346822966d968f1694 (diff)
downloadop-kernel-dev-6d6ec20fcf2830ca10c1b7c8efd7e2592c40e3d6.zip
op-kernel-dev-6d6ec20fcf2830ca10c1b7c8efd7e2592c40e3d6.tar.gz
arm64: KVM: Implement system register save/restore
Implement the system register save/restore as a direct translation of the assembly code version. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
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 455dc0a..ec94200 100644
--- a/arch/arm64/kvm/hyp/Makefile
+++ b/arch/arm64/kvm/hyp/Makefile
@@ -5,3 +5,4 @@
obj-$(CONFIG_KVM_ARM_HOST) += vgic-v2-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += vgic-v3-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += timer-sr.o
+obj-$(CONFIG_KVM_ARM_HOST) += sysreg-sr.o
OpenPOWER on IntegriCloud