Added call to page_activate before deactivate. This fix allows pages in
authorDavid Greenman <davidg@Root.COM>
Sun, 25 Jul 1993 09:57:43 +0000 (09:57 +0000)
committerDavid Greenman <davidg@Root.COM>
Sun, 25 Jul 1993 09:57:43 +0000 (09:57 +0000)
commitb74deadd4d652892fb7022359dd11899fcc67257
treeb60b8b906972c9814232be8dd5875c2765815a76
parent607c0ef7dba2cd1afe40d6189b12d1a8b6d09b36
Added call to page_activate before deactivate. This fix allows pages in
shadow objects of running processes to be pageable (they previously
weren't). This is because the call to deactivate is a noop if the page
is not currently active. Originally suggested by Donn Seeley at BSDI.
sys/vm/vm_fault.c