1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Mainly cleanup. Removed some inappropriate low-memory handling code

and added lots of comments.  Add tie-in to vm_pager ( and thus the
    new swapper ) to deallocate backing swap for dirtied pages on the fly.
This commit is contained in:
Matthew Dillon 1999-01-21 09:35:38 +00:00
parent 9f6fed9017
commit 4c23ae0916
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42967

View File

@ -66,7 +66,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: vm_fault.c,v 1.93 1999/01/10 01:58:28 eivind Exp $
* $Id: vm_fault.c,v 1.94 1999/01/21 08:29:10 dillon Exp $
*/
/*