summaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-04-04 21:03:38 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-04-04 21:03:38 +0000
commit6008862bc2494a2094e15699f4f73fad800b6bcd (patch)
treef7344c6a10fdc020dd02fe2ee1f244cb56f92bb6 /sys/vm/vm_object.c
parent96b0ad0ef364967868ccfd31fb02b0dbd91617ab (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 68bd1dd4558d..37c329d85fca 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -238,7 +238,7 @@ vm_object_init(void)
GIANT_REQUIRED;
TAILQ_INIT(&vm_object_list);
- mtx_init(&vm_object_list_mtx, "vm object_list", MTX_DEF);
+ mtx_init(&vm_object_list_mtx, "vm object_list", NULL, MTX_DEF);
kernel_object = &kernel_object_store;
_vm_object_allocate(OBJT_DEFAULT, OFF_TO_IDX(VM_MAX_KERNEL_ADDRESS - VM_MIN_KERNEL_ADDRESS),