Skip to content

Commit 2f32cc4

Browse files
Alexander Gordeevhcahca
authored andcommitted
s390/mm: Remove bogus comment in __tlb_flush_mm()
Since commit b3e5dc4 ("s390/mm: fix local TLB flushing vs. detach of an mm address space") __tlb_flush_mm() does not flush local CPU, but the comment suggests it does, which is misleading. Signed-off-by: Alexander Gordeev <[email protected]> Acked-by: Heiko Carstens <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
1 parent 897614f commit 2f32cc4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/s390/include/asm/tlbflush.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ static inline void __tlb_flush_mm(struct mm_struct *mm)
4646
{
4747
unsigned long gmap_asce;
4848

49-
/*
50-
* If the machine has IDTE we prefer to do a per mm flush
51-
* on all cpus instead of doing a local flush if the mm
52-
* only ran on the local cpu.
53-
*/
5449
preempt_disable();
5550
atomic_inc(&mm->context.flush_count);
5651
/* Reset TLB flush mask */

0 commit comments

Comments
 (0)