summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1997-01-01 04:45:05 +0000
committerdyson <dyson@FreeBSD.org>1997-01-01 04:45:05 +0000
commit3bb329572750ee99856d41fccb4e6e31378796bb (patch)
tree07d44e1fbe1ed6cd398ee49f2ac064875dfd2eb5 /sys/vm/vm_fault.c
parent6f6bb8520fe6d1320bddacbdf08046e8634d0f3d (diff)
downloadFreeBSD-src-3bb329572750ee99856d41fccb4e6e31378796bb.zip
FreeBSD-src-3bb329572750ee99856d41fccb4e6e31378796bb.tar.gz
Guess what? We left alot of the old collapse code that is not needed
anymore with the "full" collapse fix that we added about 1yr ago!!! The code has been removed by optioning it out for now, so we can put it back in ASAP if any problems are found.
Diffstat (limited to 'sys/vm/vm_fault.c')
-rw-r--r--sys/vm/vm_fault.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index b7adba6..acfd258 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.59 1996/12/14 17:54:13 dyson Exp $
+ * $Id: vm_fault.c,v 1.60 1996/12/29 02:33:12 dyson Exp $
*/
/*
@@ -701,6 +701,7 @@ 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.
@@ -711,6 +712,7 @@ readrest:
vm_object_pip_wakeup(object);
vm_object_collapse(object);
object->paging_in_progress++;
+#endif
} else {
prot &= ~VM_PROT_WRITE;
}
OpenPOWER on IntegriCloud