diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-01-03 12:55:01 +0000 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2016-02-29 18:34:13 +0000 |
commit | c7ce6c63a05f83998996fdebc4867b007a571f82 (patch) | |
tree | 6636d547ce02ccd8d10c42c9cd15835df9ba3e1e /arch/arm/kvm/hyp/Makefile | |
parent | 1d58d2cbf723704e070d560507787b9912b63839 (diff) | |
download | lwn-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/Makefile | 1 |
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 |