]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 23 Aug 2021 23:59:19 +0000 (09:59 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Aug 2021 23:33:55 +0000 (09:33 +1000)
fix comment

Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Anton Blanchard <anton@ozlabs.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@ozlabs.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
include/linux/sched/mm.h

index 939dee9f5bc834cf217c42300854098a97720fad..fd6e4d14f477daeb0dc1aee31a81add9106ec239 100644 (file)
@@ -63,7 +63,8 @@ static inline void mmdrop_lazy_tlb(struct mm_struct *mm)
        } else {
                /*
                 * mmdrop_lazy_tlb must provide a full memory barrier, see the
-                * membarrier comment finish_task_switch which relies on this.
+                * membarrier comment in finish_task_switch which relies on
+                * this.
                 */
                smp_mb();
        }