diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2013-04-12 19:12:03 +0100 |
---|---|---|
committer | Christoffer Dall <cdall@cs.columbia.edu> | 2013-04-28 22:23:08 -0700 |
commit | 2fb410596ca917fe6419be61ee5bc1782b17d947 (patch) | |
tree | 9b17527736eb0d7936c9d720721d946768ab5361 /arch/arm/include/asm/kvm_mmu.h | |
parent | 3562c76dcb9ce84853c835eec12a911bf3a8e2da (diff) | |
download | talos-op-linux-2fb410596ca917fe6419be61ee5bc1782b17d947.tar.gz talos-op-linux-2fb410596ca917fe6419be61ee5bc1782b17d947.zip |
ARM: KVM: move to a KVM provided HYP idmap
After the HYP page table rework, it is pretty easy to let the KVM
code provide its own idmap, rather than expecting the kernel to
provide it. It takes actually less code to do so.
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <cdall@cs.columbia.edu>
Diffstat (limited to 'arch/arm/include/asm/kvm_mmu.h')
-rw-r--r-- | arch/arm/include/asm/kvm_mmu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/kvm_mmu.h b/arch/arm/include/asm/kvm_mmu.h index 970f3b5fa109..3c71a1d4b7a3 100644 --- a/arch/arm/include/asm/kvm_mmu.h +++ b/arch/arm/include/asm/kvm_mmu.h @@ -21,7 +21,6 @@ #include <asm/cacheflush.h> #include <asm/pgalloc.h> -#include <asm/idmap.h> /* * We directly use the kernel VA for the HYP, as we can directly share |