K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-09-09T13:32:58.426309Z K 7 svn:log V 394 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. MFC after: 6 weeks END