diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-03-16 10:58:09 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-03-16 10:58:09 +0000 |
| commit | 237fdd787b20699fc2c01387011b06a9ce746cfa (patch) | |
| tree | 6564575d1252cf3bc48428a52fcc596c284e459b /sys/vm/vm_init.c | |
| parent | f48a417b24490b3bdb96ce9c6e4cb48b5dc82437 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_init.c')
| -rw-r--r-- | sys/vm/vm_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 9125366fc78a..06406028e65d 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -97,7 +97,7 @@ SYSCTL_INT(_vm, OID_AUTO, exec_map_entries, CTLFLAG_RD, &exec_map_entries, 0, * System initialization */ static void vm_mem_init(void *); -SYSINIT(vm_mem, SI_SUB_VM, SI_ORDER_FIRST, vm_mem_init, NULL) +SYSINIT(vm_mem, SI_SUB_VM, SI_ORDER_FIRST, vm_mem_init, NULL); /* * vm_init initializes the virtual memory system. |
