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-03 14:25:17 +00:00
2010-09-08 19:50:47 +00:00
2010-09-08 20:10:29 +00:00
2010-09-02 19:40:28 +00:00
2010-09-09 09:58:05 +00:00
2010-08-25 21:03:50 +00:00
2010-08-31 15:27:46 +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-09-09 13:17:30 +00:00
2010-09-07 22:40:45 +00:00
2010-09-02 19:40:28 +00:00
2010-08-20 19:46:50 +00:00
2010-09-03 14:25:17 +00:00
2010-08-19 16:41:27 +00:00
2010-07-15 23:11:51 +00:00
2010-09-09 09:58:05 +00:00
2010-09-09 02:52:44 +00:00
2010-08-28 08:18:20 +00:00
2010-09-02 16:11:12 +00:00
2010-08-21 11:06:21 +00:00
2010-08-02 22:26:08 +00:00
2010-09-06 21:06:06 +00:00
2010-09-02 17:43:44 +00:00
2010-07-24 22:11:11 +00:00
2010-09-07 14:29:45 +00:00
2010-08-26 23:41:40 +00:00
2010-08-22 11:18:57 +00:00
2010-07-28 15:36:12 +00:00
2010-08-24 18:52:24 +00:00
2010-09-08 19:28:43 +00:00
2010-08-26 23:33:04 +00:00
2010-08-22 11:18:57 +00:00
2010-09-02 18:12:54 +00:00
2010-08-19 16:41:27 +00:00
2010-09-08 20:09:50 +00:00
2010-08-09 18:07:15 +00:00
2010-08-22 11:18:57 +00:00
2010-08-20 19:46:50 +00:00
2010-09-09 13:32:58 +00:00
2010-09-07 13:50:02 +00:00