summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/idmap.h
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2013-04-12 18:12:03 (GMT)
committerChristoffer Dall <cdall@cs.columbia.edu>2013-04-29 05:23:08 (GMT)
commit2fb410596ca917fe6419be61ee5bc1782b17d947 (patch)
tree9b17527736eb0d7936c9d720721d946768ab5361 /arch/arm/include/asm/idmap.h
parent3562c76dcb9ce84853c835eec12a911bf3a8e2da (diff)
downloadlinux-fsl-qoriq-2fb410596ca917fe6419be61ee5bc1782b17d947.tar.xz
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/idmap.h')
-rw-r--r--arch/arm/include/asm/idmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/idmap.h b/arch/arm/include/asm/idmap.h
index 1a66f907..bf863ed 100644
--- a/arch/arm/include/asm/idmap.h
+++ b/arch/arm/include/asm/idmap.h
@@ -8,7 +8,6 @@
#define __idmap __section(.idmap.text) noinline notrace
extern pgd_t *idmap_pgd;
-extern pgd_t *hyp_pgd;
void setup_mm_for_reboot(void);