[PATCH v3 2/7] ARM: KVM: remove dead prototype for __kvm_tlb_flush_vmid
Christoffer Dall
cdall at cs.columbia.edu
Mon May 27 21:54:42 EDT 2013
On Tue, May 14, 2013 at 12:11:35PM +0100, Marc Zyngier wrote:
> __kvm_tlb_flush_vmid has been renamed to __kvm_tlb_flush_vmid_ipa,
> and the old prototype should have been removed when the code was
> modified.
>
> Signed-off-by: Marc Zyngier <marc.zyngier at arm.com>
> ---
> arch/arm/include/asm/kvm_asm.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/include/asm/kvm_asm.h b/arch/arm/include/asm/kvm_asm.h
> index 18d5032..6ae3d2a 100644
> --- a/arch/arm/include/asm/kvm_asm.h
> +++ b/arch/arm/include/asm/kvm_asm.h
> @@ -72,8 +72,6 @@ extern char __kvm_hyp_vector[];
> extern char __kvm_hyp_code_start[];
> extern char __kvm_hyp_code_end[];
>
> -extern void __kvm_tlb_flush_vmid(struct kvm *kvm);
> -
> extern void __kvm_flush_vm_context(void);
> extern void __kvm_tlb_flush_vmid_ipa(struct kvm *kvm, phys_addr_t ipa);
>
> --
> 1.8.2.3
Applied, thanks.
-Christoffer
More information about the linux-arm-kernel
mailing list