|
@@ -117,7 +117,7 @@ get_new_mmu_context(struct mm_struct *mm, unsigned long cpu)
|
|
if (! ((asid += ASID_INC) & ASID_MASK) ) {
|
|
if (! ((asid += ASID_INC) & ASID_MASK) ) {
|
|
if (cpu_has_vtag_icache)
|
|
if (cpu_has_vtag_icache)
|
|
flush_icache_all();
|
|
flush_icache_all();
|
|
-#ifdef CONFIG_VIRTUALIZATION
|
|
|
|
|
|
+#ifdef CONFIG_KVM
|
|
kvm_local_flush_tlb_all(); /* start new asid cycle */
|
|
kvm_local_flush_tlb_all(); /* start new asid cycle */
|
|
#else
|
|
#else
|
|
local_flush_tlb_all(); /* start new asid cycle */
|
|
local_flush_tlb_all(); /* start new asid cycle */
|