ref: 39ff9863eff9c3202f0f5169baa82734fae4f1de
parent: afd27e993ccd1a5faeb3ab2044ed7d8c2fb2f0c0
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Mar 11 11:13:58 EST 2017
pc kernel: don't use active.thunderbirdsargo in vunmap() tlb flush code
--- a/sys/src/9/pc/mmu.c
+++ b/sys/src/9/pc/mmu.c
@@ -679,7 +679,7 @@
* boot. In that case it suffices to flush the MACH(0) TLB
* and return.
*/
- if(!active.thunderbirdsarego){+ if(up == nil){putcr3(PADDR(MACHP(0)->pdb));
return;
}
--
⑨