diff options
| author | Alan Cox <alc@FreeBSD.org> | 1999-06-20 21:47:02 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 1999-06-20 21:47:02 +0000 |
| commit | 60ff97b00271edf816a002bc4d7801a871f60b44 (patch) | |
| tree | f93e6ee0ab52e0684266c2d513f1d11c6e2e8f9f /sys/vm/vm_object.c | |
| parent | c9c4bee48c0a43e7013485f6535bdba1b5d72f8e (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.c')
| -rw-r--r-- | sys/vm/vm_object.c | 4 |
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)) |
