diff options
| author | 2016-01-28 14:31:37 +0000 | |
|---|---|---|
| committer | 2016-02-29 18:34:18 +0000 | |
| commit | f1c9cad7c508f59fedd9f77eb36e5859e11ce5ab (patch) | |
| tree | 267c954cfaadb6d6b4832c2919d9a67437a97544 /arch/arm/kvm/hyp/tlb.c | |
| parent | arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hyp (diff) | |
| download | linux-dev-f1c9cad7c508f59fedd9f77eb36e5859e11ce5ab.tar.xz linux-dev-f1c9cad7c508f59fedd9f77eb36e5859e11ce5ab.zip | |
ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
In order to be able to use the code located in virt/kvm/arm/hyp,
we need to make the global hyp.h file accessible from include/asm,
similar to what we did for arm64.
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/kvm/hyp/tlb.c')
| -rw-r--r-- | arch/arm/kvm/hyp/tlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kvm/hyp/tlb.c b/arch/arm/kvm/hyp/tlb.c index 82958b8f6a74..a2636001e616 100644 --- a/arch/arm/kvm/hyp/tlb.c +++ b/arch/arm/kvm/hyp/tlb.c @@ -18,7 +18,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "hyp.h" +#include <asm/kvm_hyp.h> /** * Flush per-VMID TLBs |
