pc kernel: don't use active.thunderbirdsargo in vunmap() tlb flush code
This commit is contained in:
parent
cb5f6005bc
commit
3e0e77a852
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ vunmap(void *v, int size)
|
|||
* 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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue