Revert a part of r350883 that should never have gone in
The wire_count change is not part of the unification, and doesn't even make sense. Reported by: markj
This commit is contained in:
parent
93937c31e9
commit
ef2b3ca7b6
@ -2807,7 +2807,7 @@ mmu_booke_extract_and_hold(mmu_t mmu, pmap_t pmap, vm_offset_t va,
|
||||
if (vm_page_pa_tryrelock(pmap, PTE_PA(pte), &pa))
|
||||
goto retry;
|
||||
m = PHYS_TO_VM_PAGE(PTE_PA(pte));
|
||||
m->wire_count++;
|
||||
vm_page_wire(m);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user