Deleted Added
full compact
60c60
< * $FreeBSD: head/sys/vm/vm_object.h 247323 2013-02-26 17:22:08Z attilio $
---
> * $FreeBSD: head/sys/vm/vm_object.h 247360 2013-02-26 23:35:27Z attilio $
209,211d208
< #define VM_OBJECT_LOCK_INIT(object, type) \
< mtx_init(&(object)->mtx, "vm object", \
< (type), MTX_DEF | MTX_DUPOK)
237d233
< void _vm_object_allocate (objtype_t, vm_pindex_t, vm_object_t);