K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-10-26T14:59:35.206849Z K 7 svn:log V 387 MFC r212360: On architectures with non-tree-based page tables like PowerPC, every page in a range must be checked when calling pmap_remove(). Calling pmap_remove() from vm_pageout_map_deactivate_pages() with the entire range of the map could result in attempting to demap an extraordinary number of pages (> 10^15), so iterate through each map entry and unmap each of them individually. END