summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-01-21 09:35:38 +0000
committerdillon <dillon@FreeBSD.org>1999-01-21 09:35:38 +0000
commitfae5210519c7b3e070544f0df4554e7c08004dff (patch)
treed6f82c2a4958f8ae134937d4b73a5655e0bba7a9 /sys/vm/vm_fault.c
parente3c11331d3da9522fa90d60f64c8471682cee71f (diff)
downloadFreeBSD-src-fae5210519c7b3e070544f0df4554e7c08004dff.zip
FreeBSD-src-fae5210519c7b3e070544f0df4554e7c08004dff.tar.gz
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.
Diffstat (limited to 'sys/vm/vm_fault.c')
-rw-r--r--sys/vm/vm_fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index d0f4754..062eb3f 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -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 $
*/
/*
OpenPOWER on IntegriCloud