Merge remote-tracking branches 'spi/topic/loopback', 'spi/topic/meson', 'spi/topic...
[deliverable/linux.git] / arch / mips / kvm / tlb.c
index f5f8c2acae53a3372f471752b2cf752f7dd85735..254377d8e0b9921ff56dab3c2ef17d0996d95c57 100644 (file)
@@ -332,6 +332,8 @@ void kvm_mips_flush_host_tlb(int skip_kseg0)
                        /* Don't blow away guest kernel entries */
                        if (KVM_GUEST_KSEGX(entryhi) == KVM_GUEST_KSEG0)
                                continue;
+
+                       write_c0_pagemask(old_pagemask);
                }
 
                /* Make sure all entries differ. */
This page took 0.02529 seconds and 5 git commands to generate.