Skip to content

Commit

Permalink
KVM: arm64: Remove unused __extended_idmap_trampoline() prototype
Browse files Browse the repository at this point in the history
__extended_idmap_trampoline() was removed a long time ago by
3421e9d ("arm64: KVM: Simplify HYP init/teardown") so remove the
unused function prototype.

Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Cc: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20201118194402.2892-4-will@kernel.org
  • Loading branch information
Will Deacon authored and Marc Zyngier committed Nov 27, 2020
1 parent 36fb4cd commit bf118a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm64/include/asm/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ int kvm_arm_init_sve(void);
int __attribute_const__ kvm_target_cpu(void);
int kvm_reset_vcpu(struct kvm_vcpu *vcpu);
void kvm_arm_vcpu_destroy(struct kvm_vcpu *vcpu);
void __extended_idmap_trampoline(phys_addr_t boot_pgd, phys_addr_t idmap_start);

struct kvm_vmid {
/* The VMID generation used for the virt. memory system */
Expand Down

0 comments on commit bf118a5

Please sign in to comment.