summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_init.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-02 17:11:20 +0000
committerbde <bde@FreeBSD.org>1995-12-02 17:11:20 +0000
commit338d20055d0ef8817b63172a636095dc2bc75fe0 (patch)
treefd75b5d1a31b2b8f8a3ddd8f23671ac1ec898883 /sys/vm/vm_init.c
parent5f43488dec8aabd1cd70951ccc1cbc31b2640ef2 (diff)
downloadFreeBSD-src-338d20055d0ef8817b63172a636095dc2bc75fe0.zip
FreeBSD-src-338d20055d0ef8817b63172a636095dc2bc75fe0.tar.gz
Finished (?) cleaning up sysinit stuff.
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r--sys/vm/vm_init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index ffe5daa..8c15825 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_init.c,v 1.8 1995/08/28 09:19:23 julian Exp $
+ * $Id: vm_init.c,v 1.9 1995/09/09 18:10:36 davidg Exp $
*/
/*
@@ -93,8 +93,8 @@ SYSINIT(vm_mem, SI_SUB_VM, SI_ORDER_FIRST, vm_mem_init, NULL)
/* ARGSUSED*/
static void
-vm_mem_init(udata)
- void *udata; /* not used*/
+vm_mem_init(dummy)
+ void *dummy;
{
/*
* Initializes resident memory structures. From here on, all physical
OpenPOWER on IntegriCloud