alc 625c8dfb26 Restructure vm_page_select_cache() so that adding assertions is easy.
Some of the conditions that caused vm_page_select_cache() to deactivate a
page were wrong.  For example, deactivating an unmanaged or wired page is a
nop.  Thus, if vm_page_select_cache() had ever encountered an unmanaged or
wired page, it would have looped forever.  Now, we assert that the page is
neither unmanaged nor wired.
2004-05-12 04:27:18 +00:00
..
2004-05-02 19:24:23 +00:00
2004-02-21 21:32:15 +00:00
2004-04-30 20:51:55 +00:00
2004-05-11 20:14:53 +00:00
2004-04-16 05:22:11 +00:00