summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1997-01-03 17:02:28 +0000
committerdyson <dyson@FreeBSD.org>1997-01-03 17:02:28 +0000
commitb68b333a7752b79d0ec467fe5521768cbdf7d098 (patch)
tree888a535485f9ec5a5266f90df84b606e163e1b7e /sys/vm/vm_fault.c
parent7b4778cf4f6e3158d1504ec162ddaf6ad066acce (diff)
downloadFreeBSD-src-b68b333a7752b79d0ec467fe5521768cbdf7d098.zip
FreeBSD-src-b68b333a7752b79d0ec467fe5521768cbdf7d098.tar.gz
Undo the collapse breakage (swap space usage problem.)
Diffstat (limited to 'sys/vm/vm_fault.c')
-rw-r--r--sys/vm/vm_fault.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index acfd258..9a4d6d4 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.60 1996/12/29 02:33:12 dyson Exp $
+ * $Id: vm_fault.c,v 1.61 1997/01/01 04:45:02 dyson Exp $
*/
/*
@@ -701,7 +701,6 @@ readrest:
object = first_object;
pindex = first_pindex;
-#if defined(OLD_COLLAPSE_CODE)
/*
* Now that we've gotten the copy out of the way,
* let's try to collapse the top object.
@@ -712,7 +711,6 @@ readrest:
vm_object_pip_wakeup(object);
vm_object_collapse(object);
object->paging_in_progress++;
-#endif
} else {
prot &= ~VM_PROT_WRITE;
}
OpenPOWER on IntegriCloud