Skip to content

Commit 4a342f3

Browse files
riteshharjanimaddy-kerneldev
authored andcommitted
powerpc/64s/tlbflush-radix: Remove unused radix__flush_tlb_pwc()
Commit 52162ec ("powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_all") removed radix__flush_tlb_pwc() definition, but missed to remove the extern declaration. This patch removes it. Reviewed-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org> Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com> Tested-by: Venkat Rao Bagalkote <venkat88@linux.ibm.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/b79c8ce8f00aa3e96ab9b1c77bc004759c397d3f.1773078178.git.ritesh.list@gmail.com
1 parent 68b1fa0 commit 4a342f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/powerpc/include/asm/book3s/64/tlbflush-radix.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ extern void radix__flush_tlb_page_psize(struct mm_struct *mm, unsigned long vmad
9292
#define radix__flush_tlb_page(vma,addr) radix__local_flush_tlb_page(vma,addr)
9393
#define radix__flush_tlb_page_psize(mm,addr,p) radix__local_flush_tlb_page_psize(mm,addr,p)
9494
#endif
95-
extern void radix__flush_tlb_pwc(struct mmu_gather *tlb, unsigned long addr);
9695
extern void radix__flush_tlb_collapsed_pmd(struct mm_struct *mm, unsigned long addr);
9796
extern void radix__flush_tlb_all(void);
9897

0 commit comments

Comments
 (0)