diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-06-30 18:40:46 +0100 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2016-07-03 23:41:27 +0200 |
commit | 26781f9ce16801a9c680dae1a7c1ca2fd3d112bd (patch) | |
tree | 1a2cde1e17110ea2be33b1221ca63dded101bccf /arch/arm64 | |
parent | 12fda8123d74903d1f65fb006fe4964e23ede0d1 (diff) | |
download | linux-26781f9ce16801a9c680dae1a7c1ca2fd3d112bd.tar.gz linux-26781f9ce16801a9c680dae1a7c1ca2fd3d112bd.tar.bz2 linux-26781f9ce16801a9c680dae1a7c1ca2fd3d112bd.zip |
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/arm64')
-rw-r--r-- | arch/arm64/include/asm/kvm_mmu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/kvm_mmu.h b/arch/arm64/include/asm/kvm_mmu.h index 390acabdb1b2..b89122ed827d 100644 --- a/arch/arm64/include/asm/kvm_mmu.h +++ b/arch/arm64/include/asm/kvm_mmu.h @@ -156,7 +156,6 @@ static inline unsigned long __kern_hyp_va(unsigned long v) int create_hyp_mappings(void *from, void *to, pgprot_t prot); int create_hyp_io_mappings(void *from, void *to, phys_addr_t); -void free_boot_hyp_pgd(void); void free_hyp_pgds(void); void stage2_unmap_vm(struct kvm *kvm); |