aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2016-06-30 13:40:46 -0400
committerChristoffer Dall <christoffer.dall@linaro.org>2016-07-03 17:41:27 -0400
commit26781f9ce16801a9c680dae1a7c1ca2fd3d112bd (patch)
tree1a2cde1e17110ea2be33b1221ca63dded101bccf /arch/arm/include
parent12fda8123d74903d1f65fb006fe4964e23ede0d1 (diff)
arm/arm64: KVM: Kill free_boot_hyp_pgd
There is no way to free the boot PGD, because it doesn't exist anymore as a standalone entity. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/kvm_mmu.h1
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 5d161d13b471..d5fd9fb8550b 100644
--- a/arch/arm/include/asm/kvm_mmu.h
+++ b/arch/arm/include/asm/kvm_mmu.h
@@ -51,7 +51,6 @@
51 51
52int create_hyp_mappings(void *from, void *to, pgprot_t prot); 52int create_hyp_mappings(void *from, void *to, pgprot_t prot);
53int create_hyp_io_mappings(void *from, void *to, phys_addr_t); 53int create_hyp_io_mappings(void *from, void *to, phys_addr_t);
54void free_boot_hyp_pgd(void);
55void free_hyp_pgds(void); 54void free_hyp_pgds(void);
56 55
57void stage2_unmap_vm(struct kvm *kvm); 56void stage2_unmap_vm(struct kvm *kvm);