remove unused flush_tlb_pgtables
Nobody uses flush_tlb_pgtables anymore, this patch removes all remaining traces of it from all archs. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: <linux-arch@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
22124c9999
commit
1c7037db50
@@ -57,7 +57,6 @@ do { \
|
||||
#define __flush_tlb_global() flush_tlb_all()
|
||||
#define flush_tlb() flush_tlb_all()
|
||||
#define flush_tlb_kernel_range(start, end) flush_tlb_all()
|
||||
#define flush_tlb_pgtables(mm,start,end) do { } while(0)
|
||||
|
||||
#else
|
||||
|
||||
@@ -66,7 +65,6 @@ do { \
|
||||
#define flush_tlb_mm(mm) BUG()
|
||||
#define flush_tlb_page(vma,addr) BUG()
|
||||
#define flush_tlb_range(mm,start,end) BUG()
|
||||
#define flush_tlb_pgtables(mm,start,end) BUG()
|
||||
#define flush_tlb_kernel_range(start, end) BUG()
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user