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: v5.15~15479^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7d6b573fe55fdccd60bfe082dda8cace9bcaa3f;p=platform%2Fkernel%2Flinux-starfive.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 c3bb05b..934815d 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