alc cf35cc4c68 o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmapped
by pmap_qenter() and pmap_qremove() is pointless.  In fact, it probably
   leads to unnecessary pmap_page_protect() calls if one of these pages is
   paged out after unwiring.

Note: setting PG_MAPPED asserts that the page's pv list may be
non-empty.  Since checking the status of the page's pv list isn't any
harder than checking this flag, the flag should probably be eliminated.
Alternatively, PG_MAPPED could be set by pmap_enter() exclusively
rather than various places throughout the kernel.
2002-07-31 18:46:47 +00:00
..
2002-07-05 05:16:19 +00:00
2002-06-29 17:26:22 +00:00
2002-07-18 15:53:11 +00:00
2002-05-22 01:01:37 +00:00
2002-06-29 17:26:22 +00:00
2002-03-19 22:20:14 +00:00
2002-07-20 05:06:20 +00:00
2002-05-31 08:17:58 +00:00
2002-03-19 22:20:14 +00:00