ARM: KVM: Add TLB invalidation code
authorMarc Zyngier <marc.zyngier@arm.com>
Sat, 2 Jan 2016 15:09:54 +0000 (15:09 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Mon, 29 Feb 2016 18:34:13 +0000 (18:34 +0000)
commit1d58d2cbf723704e070d560507787b9912b63839
treef8da6533b1d7029c35a867c8881de179aca90da1
parent3c29568768dfe6965ca51e1a78f9f31ebc0c500a
ARM: KVM: Add TLB invalidation code

Convert the TLB invalidation code to C, hooking it into the
build system whilst we're at it.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/Makefile
arch/arm/kvm/hyp/Makefile [new file with mode: 0644]
arch/arm/kvm/hyp/hyp.h
arch/arm/kvm/hyp/tlb.c [new file with mode: 0644]