From: Andrew Morton Date: Wed, 2 Jun 2021 03:52:30 +0000 (+1000) Subject: mm-mremap-use-range-flush-that-does-tlb-and-page-walk-cache-flush-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0b4975c7e0a97d6076dd55d4c59ef210c539ab61;p=users%2Fjedix%2Flinux-maple.git mm-mremap-use-range-flush-that-does-tlb-and-page-walk-cache-flush-fix fix build Reported-by: Naresh Kamboju Cc: "Aneesh Kumar K.V" Cc: Christophe Leroy Cc: Joel Fernandes Cc: Kalesh Singh Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Stephen Rothwell Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- diff --git a/mm/mremap.c b/mm/mremap.c index b5a754cdb84d5..cb25c248a717f 100644 --- a/mm/mremap.c +++ b/mm/mremap.c @@ -216,7 +216,7 @@ static inline void flush_pte_tlb_pwc_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) { - return flush_tlb_range(vma, start, end); + flush_tlb_range(vma, start, end); } #endif