summaryrefslogtreecommitdiff
path: root/arch/arm/kvm/hyp/Makefile
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2016-01-03 12:55:01 +0000
committerMarc Zyngier <marc.zyngier@arm.com>2016-02-29 18:34:13 +0000
commitc7ce6c63a05f83998996fdebc4867b007a571f82 (patch)
tree6636d547ce02ccd8d10c42c9cd15835df9ba3e1e /arch/arm/kvm/hyp/Makefile
parent1d58d2cbf723704e070d560507787b9912b63839 (diff)
downloadlwn-c7ce6c63a05f83998996fdebc4867b007a571f82.tar.gz
lwn-c7ce6c63a05f83998996fdebc4867b007a571f82.zip
ARM: KVM: Add CP15 save/restore code
Concert the CP15 save/restore code to C. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kvm/hyp/Makefile b/arch/arm/kvm/hyp/Makefile
index 36c760df2360..9f96fcbbcd8d 100644
--- a/arch/arm/kvm/hyp/Makefile
+++ b/arch/arm/kvm/hyp/Makefile
@@ -3,3 +3,4 @@
#
obj-$(CONFIG_KVM_ARM_HOST) += tlb.o
+obj-$(CONFIG_KVM_ARM_HOST) += cp15-sr.o