summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/Makefile
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2015-10-19 21:02:46 +0100
committerMarc Zyngier <marc.zyngier@arm.com>2015-12-14 11:30:40 +0000
commit8eb992674c9e69d57af199f36b6455dbc00ac9f9 (patch)
treee14a38969f8237f7d8b1da4bd1bd4d9e8c338094 /arch/arm64/kvm/hyp/Makefile
parentc209ec85a2a7d2fd38bca0a44b7e70abd079c178 (diff)
downloadop-kernel-dev-8eb992674c9e69d57af199f36b6455dbc00ac9f9.zip
op-kernel-dev-8eb992674c9e69d57af199f36b6455dbc00ac9f9.tar.gz
arm64: KVM: Implement debug save/restore
Implement the debug save restore as a direct translation of the assembly code version. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Tested-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> 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 ec94200..ec14cac 100644
--- a/arch/arm64/kvm/hyp/Makefile
+++ b/arch/arm64/kvm/hyp/Makefile
@@ -6,3 +6,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
+obj-$(CONFIG_KVM_ARM_HOST) += debug-sr.o
OpenPOWER on IntegriCloud