Nathan Whitehorn 42768fec0f 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
2010-09-09 13:32:58 +00:00
..
2010-09-09 09:58:05 +00:00
2010-08-06 23:11:19 +00:00
2010-07-23 11:00:46 +00:00
2010-07-12 10:18:10 +00:00
2010-08-19 16:41:27 +00:00
2010-09-09 09:58:05 +00:00
2010-09-02 16:11:12 +00:00
2010-08-02 22:26:08 +00:00
2010-09-02 17:43:44 +00:00
2010-08-19 16:41:27 +00:00
2010-09-08 20:09:50 +00:00