summaryrefslogtreecommitdiff
path: root/sys/vm/vm_init.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>2002-03-10 21:52:48 +0000
committerEivind Eklund <eivind@FreeBSD.org>2002-03-10 21:52:48 +0000
commita128794977a3126a851055a5113d890488eb111f (patch)
tree04ac1a4dc72dcc8cc27d9fc6a8db45c2ac58d464 /sys/vm/vm_init.c
parentb4f198c344a1246bf3d93a9adae3bb61d77586ca (diff)
Notes
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r--sys/vm/vm_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index 1fbcb07cf8e0..54e0c1354c9f 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -90,7 +90,6 @@
/*
* System initialization
*/
-
static void vm_mem_init __P((void *));
SYSINIT(vm_mem, SI_SUB_VM, SI_ORDER_FIRST, vm_mem_init, NULL)
@@ -100,7 +99,6 @@ SYSINIT(vm_mem, SI_SUB_VM, SI_ORDER_FIRST, vm_mem_init, NULL)
*
* The start and end address of physical memory is passed in.
*/
-
/* ARGSUSED*/
static void
vm_mem_init(dummy)