aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2002-12-29 21:01:14 +0000
committerAlan Cox <alc@FreeBSD.org>2002-12-29 21:01:14 +0000
commite3a9e1b2a86d3526340211f86f886ea7d29af4f2 (patch)
treeda5712aecb985099e8298f91d714262250b6cdb2 /sys/vm/vm_object.h
parente4c3e988a5d9f74086eab6223bd6c3db6ff87a10 (diff)
downloadsrc-e3a9e1b2a86d3526340211f86f886ea7d29af4f2.tar.gz
src-e3a9e1b2a86d3526340211f86f886ea7d29af4f2.zip
- Remove vm_object_init2(). It is unused.
- Add a mtx_destroy() to vm_object_collapse(). (This allows a bzero() to migrate from _vm_object_allocate() to vm_object_zinit(), where it will be performed less often.)
Notes
Notes: svn path=/head/; revision=108413
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 37a547248ec3..595e78170862 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -207,7 +207,6 @@ void vm_object_reference (vm_object_t);
void vm_object_shadow (vm_object_t *, vm_ooffset_t *, vm_size_t);
void vm_object_split(vm_map_entry_t);
void vm_object_madvise (vm_object_t, vm_pindex_t, int, int);
-void vm_object_init2 (void);
#endif /* _KERNEL */
#endif /* _VM_OBJECT_ */