aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/mm/tlb-r4k.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/mm/tlb-r4k.c b/arch/mips/mm/tlb-r4k.c
index ba76b0c11d38..9fff08eabe8f 100644
--- a/arch/mips/mm/tlb-r4k.c
+++ b/arch/mips/mm/tlb-r4k.c
@@ -108,9 +108,7 @@ EXPORT_SYMBOL(local_flush_tlb_all);
108 these entries, we just bump the asid. */ 108 these entries, we just bump the asid. */
109void local_flush_tlb_mm(struct mm_struct *mm) 109void local_flush_tlb_mm(struct mm_struct *mm)
110{ 110{
111 preempt_disable();
112 drop_mmu_context(mm); 111 drop_mmu_context(mm);
113 preempt_enable();
114} 112}
115 113
116void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, 114void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start,