K 10 svn:author V 3 imp K 8 svn:date V 27 2009-02-12T01:14:49.103168Z K 7 svn:log V 311 Rewrite get_pv_entry() to match expectations of the rest of the kernel. Rather than just kick off the page daemon, we actively retire more mappings. The inner loop now looks a lot like the inner loop of pmap_remove_all. Also, get_pv_entry can't return NULL now, so remove panic if it did. Reviewed by: alc@ END