aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/mmu_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/mmu_context.h')
-rw-r--r--arch/s390/include/asm/mmu_context.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/s390/include/asm/mmu_context.h b/arch/s390/include/asm/mmu_context.h
index 084e7755ed9b..7b7fce4e8469 100644
--- a/arch/s390/include/asm/mmu_context.h
+++ b/arch/s390/include/asm/mmu_context.h
@@ -77,8 +77,7 @@ static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
77 WARN_ON(atomic_read(&prev->context.attach_count) < 0); 77 WARN_ON(atomic_read(&prev->context.attach_count) < 0);
78 atomic_inc(&next->context.attach_count); 78 atomic_inc(&next->context.attach_count);
79 /* Check for TLBs not flushed yet */ 79 /* Check for TLBs not flushed yet */
80 if (next->context.flush_mm) 80 __tlb_flush_mm_lazy(next);
81 __tlb_flush_mm(next);
82} 81}
83 82
84#define enter_lazy_tlb(mm,tsk) do { } while (0) 83#define enter_lazy_tlb(mm,tsk) do { } while (0)