MFamd64 r253140:
Clear m->object for the page taken from the delayed free list in pmap_pv_reclaim(). Noted by: alc
This commit is contained in:
parent
9d6be09f8a
commit
3fb25770a9
@ -2311,6 +2311,7 @@ out:
|
||||
if (m_pc == NULL && pv_vafree != 0 && free != NULL) {
|
||||
m_pc = free;
|
||||
free = (void *)m_pc->object;
|
||||
m_pc->object = NULL;
|
||||
/* Recycle a freed page table page. */
|
||||
m_pc->wire_count = 1;
|
||||
atomic_add_int(&cnt.v_wire_count, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user