summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 0a0f22c..9ce5bf5 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.c,v 1.37 1995/03/22 12:24:10 davidg Exp $
+ * $Id: vm_object.c,v 1.38 1995/03/23 05:19:44 davidg Exp $
*/
/*
@@ -151,7 +151,6 @@ _vm_object_allocate(size, object)
simple_lock(&vm_object_list_lock);
TAILQ_INSERT_TAIL(&vm_object_list, object, object_list);
vm_object_count++;
- cnt.v_nzfod += atop(size);
simple_unlock(&vm_object_list_lock);
}
OpenPOWER on IntegriCloud