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/arm/kvm/arm.c | |
parent | 12fda8123d74903d1f65fb006fe4964e23ede0d1 (diff) | |
download | op-kernel-dev-26781f9ce16801a9c680dae1a7c1ca2fd3d112bd.zip op-kernel-dev-26781f9ce16801a9c680dae1a7c1ca2fd3d112bd.tar.gz |
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/kvm/arm.c')
-rw-r--r-- | arch/arm/kvm/arm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c index 0887cc1..9b8c537 100644 --- a/arch/arm/kvm/arm.c +++ b/arch/arm/kvm/arm.c @@ -1323,10 +1323,6 @@ static int init_hyp_mode(void) } } -#ifndef CONFIG_HOTPLUG_CPU - free_boot_hyp_pgd(); -#endif - /* set size of VMID supported by CPU */ kvm_vmid_bits = kvm_get_vmid_bits(); kvm_info("%d-bit VMID\n", kvm_vmid_bits); |