diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2003-10-04 14:21:53 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2003-10-04 14:21:53 +0000 |
| commit | f3c625e47a2d95607558d2577ee26580ed8e9a3a (patch) | |
| tree | daa1daa2024b91e602d51274dc283066307cc1c6 /sys/vm/vm_object.c | |
| parent | 90e1659e41fe905a2d8398c0f72e87050299a598 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.c')
| -rw-r--r-- | sys/vm/vm_object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 9d01be20044c..1f0f9ca66c58 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -250,7 +250,7 @@ vm_object_init(void) #else NULL, #endif - vm_object_zinit, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); + vm_object_zinit, NULL, UMA_ALIGN_PTR, UMA_ZONE_VM|UMA_ZONE_NOFREE); uma_prealloc(obj_zone, VM_OBJECTS_INIT); } |
