Skip to content

Commit 02310ad

Browse files
committed
s390/mm: Remove unused flush_tlb()
flush_tlb() exists for historic reasons and was never used. Remove it. Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent f518d46 commit 02310ad

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/s390/include/asm/tlbflush.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ static inline void __tlb_flush_mm_lazy(struct mm_struct * mm)
8383

8484
/*
8585
* TLB flushing:
86-
* flush_tlb() - flushes the current mm struct TLBs
8786
* flush_tlb_all() - flushes all processes TLBs
8887
* flush_tlb_mm(mm) - flushes the specified mm context TLB's
8988
* flush_tlb_page(vma, vmaddr) - flushes one page
@@ -99,7 +98,6 @@ static inline void __tlb_flush_mm_lazy(struct mm_struct * mm)
9998
* only one user. At the end of the update the flush_tlb_mm and
10099
* flush_tlb_range functions need to do the flush.
101100
*/
102-
#define flush_tlb() do { } while (0)
103101
#define flush_tlb_all() do { } while (0)
104102
#define flush_tlb_page(vma, addr) do { } while (0)
105103

0 commit comments

Comments
 (0)