Fix leftover argument to pmap_unuse_pt(). I committed the wrong diff.

Submmitted by:  Jon Noack <noackjr@alumni.rice.edu>
This commit is contained in:
Peter Wemm 2004-06-30 01:43:23 +00:00
parent 22ab6be3d4
commit 1b74731b83

View File

@ -2595,7 +2595,7 @@ pmap_remove_pages(pmap, sva, eva)
if (TAILQ_EMPTY(&m->md.pv_list))
vm_page_flag_clear(m, PG_WRITEABLE);
pmap_unuse_pt(pmap, pv->pv_va, pv->pv_ptem);
pmap_unuse_pt(pmap, pv->pv_va);
free_pv_entry(pv);
}
sched_unpin();