From a8d21c00b1f947b7607075670d4948ffb4b1cd4b Mon Sep 17 00:00:00 2001 From: Peter Zijlstra Date: Mon, 16 Nov 2020 14:17:40 +0800 Subject: [PATCH] asm-gemeric/tlb: remove stray function declarations mainline inclusion from mainline-v5.6-rc1 commit 491a49ff14b2475ad84c97b93c0182ae6daf8b37 category:feature bugzilla:NA CVE:NA ------------------- We removed the actual functions a while ago. Link: http://lkml.kernel.org/r/20200116064531.483522-5-aneesh.kumar@linux.ibm.com Fixes: 1808d65b55e4 ("asm-generic/tlb: Remove arch_tlb*_mmu()") Signed-off-by: Peter Zijlstra (Intel) Signed-off-by: Aneesh Kumar K.V Cc: Michael Ellerman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chen Jun Reviewed-by: Hanjun Guo Signed-off-by: Yang Yingliang --- include/asm-generic/tlb.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/asm-generic/tlb.h b/include/asm-generic/tlb.h index 6b446c23ba58..208bd1de768c 100644 --- a/include/asm-generic/tlb.h +++ b/include/asm-generic/tlb.h @@ -257,11 +257,7 @@ struct mmu_gather { #endif }; -void arch_tlb_gather_mmu(struct mmu_gather *tlb, - struct mm_struct *mm, unsigned long start, unsigned long end); void tlb_flush_mmu(struct mmu_gather *tlb); -void arch_tlb_finish_mmu(struct mmu_gather *tlb, - unsigned long start, unsigned long end, bool force); static inline void __tlb_adjust_range(struct mmu_gather *tlb, unsigned long address, -- GitLab