diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2015-10-19 22:02:46 +0200 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2015-12-14 12:30:40 +0100 |
commit | 8eb992674c9e69d57af199f36b6455dbc00ac9f9 (patch) | |
tree | e14a38969f8237f7d8b1da4bd1bd4d9e8c338094 /arch/arm64/kvm/hyp/Makefile | |
parent | arm64: KVM: Implement 32bit system register save/restore (diff) | |
download | linux-8eb992674c9e69d57af199f36b6455dbc00ac9f9.tar.xz linux-8eb992674c9e69d57af199f36b6455dbc00ac9f9.zip |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kvm/hyp/Makefile b/arch/arm64/kvm/hyp/Makefile index ec94200e1e50..ec14cacc21a6 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 |