aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>1999-06-20 21:47:02 +0000
committerAlan Cox <alc@FreeBSD.org>1999-06-20 21:47:02 +0000
commit60ff97b00271edf816a002bc4d7801a871f60b44 (patch)
treef93e6ee0ab52e0684266c2d513f1d11c6e2e8f9f /sys/vm/vm_object.c
parentc9c4bee48c0a43e7013485f6535bdba1b5d72f8e (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 010ea28f76a7..ceffb966ab10 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.155 1999/05/28 03:39:44 alc Exp $
+ * $Id: vm_object.c,v 1.156 1999/05/30 01:12:19 alc Exp $
*/
/*
@@ -157,8 +157,6 @@ _vm_object_allocate(type, size, object)
object->behavior = OBJ_NORMAL;
object->paging_in_progress = 0;
object->resident_page_count = 0;
- object->cache_count = 0;
- object->wire_count = 0;
object->shadow_count = 0;
object->pg_color = next_index;
if ( size > (PQ_L2_SIZE / 3 + PQ_PRIME1))