From: Andrew Morton Date: Mon, 23 Aug 2021 23:59:19 +0000 (+1000) Subject: lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b5b6794d485c12e424efdba25a70b9da0d01b7d1;p=users%2Fjedix%2Flinux-maple.git lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable-fix fix comment Cc: Nicholas Piggin Cc: Andy Lutomirski Cc: Anton Blanchard Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- diff --git a/include/linux/sched/mm.h b/include/linux/sched/mm.h index 939dee9f5bc83..fd6e4d14f477d 100644 --- a/include/linux/sched/mm.h +++ b/include/linux/sched/mm.h @@ -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(); }