]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
powerpc-mm-book3s64-update-tlb-flush-routines-to-take-a-page-walk-cache-flush-argumen...
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 2 Jun 2021 03:52:30 +0000 (13:52 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 2 Jun 2021 03:52:30 +0000 (13:52 +1000)
don't return a void, per Guenter

Reported-by: Guenter Roeck <linux@roeck-us.net>
Cc: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Joel Fernandes <joel@joelfernandes.org>
Cc: Kalesh Singh <kaleshsingh@google.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/include/asm/book3s/64/tlbflush.h

index f9f8a3a264f714074e3dfb4a37f018ac9fb8747f..7f74ee49485ce1a9ae2ecf09c2a18c4b8455fb78 100644 (file)
@@ -59,7 +59,7 @@ static inline void flush_pmd_tlb_pwc_range(struct vm_area_struct *vma,
 static inline void flush_pmd_tlb_range(struct vm_area_struct *vma,
                                       unsigned long start, unsigned long end)
 {
-       return flush_pmd_tlb_pwc_range(vma, start, end, false);
+       flush_pmd_tlb_pwc_range(vma, start, end, false);
 }
 
 static inline void flush_hugetlb_tlb_pwc_range(struct vm_area_struct *vma,