diff options
-rw-r--r-- | arch/mips/kvm/tlb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kvm/tlb.c b/arch/mips/kvm/tlb.c index f5f8c2acae53..254377d8e0b9 100644 --- a/arch/mips/kvm/tlb.c +++ b/arch/mips/kvm/tlb.c | |||
@@ -332,6 +332,8 @@ void kvm_mips_flush_host_tlb(int skip_kseg0) | |||
332 | /* Don't blow away guest kernel entries */ | 332 | /* Don't blow away guest kernel entries */ |
333 | if (KVM_GUEST_KSEGX(entryhi) == KVM_GUEST_KSEG0) | 333 | if (KVM_GUEST_KSEGX(entryhi) == KVM_GUEST_KSEG0) |
334 | continue; | 334 | continue; |
335 | |||
336 | write_c0_pagemask(old_pagemask); | ||
335 | } | 337 | } |
336 | 338 | ||
337 | /* Make sure all entries differ. */ | 339 | /* Make sure all entries differ. */ |