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:
jhibbits 2019-08-27 14:04:32 +00:00
parent 93937c31e9
commit ef2b3ca7b6

View File

@ -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);
}
}