From: Vladimir Murzin Date: Fri, 12 Jun 2015 14:25:04 +0000 (+0100) Subject: arm64: mm: remove reference to tlb.S from comment block X-Git-Tag: Ubuntu-5.10.0-12.13~14605^2~8 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c7d6b573fe55fdccd60bfe082dda8cace9bcaa3f;p=mirror_ubuntu-hirsute-kernel.git arm64: mm: remove reference to tlb.S from comment block tlb.S has been removed since fa48e6f "arm64: mm: Optimise tlb flush logic where we have >4K granule", so align comment with that. Signed-off-by: Vladimir Murzin Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/include/asm/tlbflush.h b/arch/arm64/include/asm/tlbflush.h index c3bb05b98616..934815d45eda 100644 --- a/arch/arm64/include/asm/tlbflush.h +++ b/arch/arm64/include/asm/tlbflush.h @@ -28,8 +28,6 @@ * TLB Management * ============== * - * The arch/arm64/mm/tlb.S files implement these methods. - * * The TLB specific code is expected to perform whatever tests it needs * to determine if it should invalidate the TLB for each call. Start * addresses are inclusive and end addresses are exclusive; it is safe to