aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mmu_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/mmu_context.h')
-rw-r--r--arch/mips/include/asm/mmu_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mmu_context.h b/arch/mips/include/asm/mmu_context.h
index 1fed8bdcf2a0..3b29079b5424 100644
--- a/arch/mips/include/asm/mmu_context.h
+++ b/arch/mips/include/asm/mmu_context.h
@@ -113,7 +113,7 @@ get_new_mmu_context(struct mm_struct *mm, unsigned long cpu)
113 if (! ((asid += ASID_INC) & ASID_MASK) ) { 113 if (! ((asid += ASID_INC) & ASID_MASK) ) {
114 if (cpu_has_vtag_icache) 114 if (cpu_has_vtag_icache)
115 flush_icache_all(); 115 flush_icache_all();
116#ifdef CONFIG_VIRTUALIZATION 116#ifdef CONFIG_KVM
117 kvm_local_flush_tlb_all(); /* start new asid cycle */ 117 kvm_local_flush_tlb_all(); /* start new asid cycle */
118#else 118#else
119 local_flush_tlb_all(); /* start new asid cycle */ 119 local_flush_tlb_all(); /* start new asid cycle */