aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/Makefile
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2015-10-23 08:26:37 +0100
committerMarc Zyngier <marc.zyngier@arm.com>2015-12-14 11:30:41 +0000
commit5eec0a91e32a2862e86265532ae773820e0afd77 (patch)
tree3d203014ef6404447626247c880c84cfa7e86e2a /arch/arm64/kvm/hyp/Makefile
parentarm64: KVM: Implement fpsimd save/restore (diff)
downloadlinux-dev-5eec0a91e32a2862e86265532ae773820e0afd77.tar.xz
linux-dev-5eec0a91e32a2862e86265532ae773820e0afd77.zip
arm64: KVM: Implement TLB handling
Implement the TLB handling 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 56238d08d36f..1a529f5a4922 100644
--- a/arch/arm64/kvm/hyp/Makefile
+++ b/arch/arm64/kvm/hyp/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_KVM_ARM_HOST) += debug-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += entry.o
obj-$(CONFIG_KVM_ARM_HOST) += switch.o
obj-$(CONFIG_KVM_ARM_HOST) += fpsimd.o
+obj-$(CONFIG_KVM_ARM_HOST) += tlb.o