diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1999-11-01 23:53:27 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1999-11-01 23:53:27 +0000 |
| commit | 92b3c1b050a53e41f11dfa7658ba435dbb9a8e02 (patch) | |
| tree | 5e032199a20b358dfd3f1e853663976c3ceee45a | |
| parent | ed9f9797bb4dd376f8777be58f476f9902d5f00a (diff) | |
Notes
| -rw-r--r-- | sys/kern/init_main.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index fb21b4ba75e55..f94c93a002d85 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -242,14 +242,6 @@ restart: **** *************************************************************************** */ -#ifdef OMIT -/* - * Handled by vfs_mountroot (bad idea) at this time... should be - * done the same as 4.4Lite2. - */ -SYSINIT(swapinit, SI_SUB_SWAP, SI_ORDER_FIRST, swapinit, NULL) -#endif /* OMIT*/ - static void print_caddr_t __P((void *data)); static void print_caddr_t(data) @@ -446,16 +438,6 @@ SYSINIT(p0post, SI_SUB_INTRINSIC_POST, SI_ORDER_FIRST, proc0_post, NULL) *************************************************************************** */ -/* ARGSUSED */ -static void root_conf __P((void *dummy)); -static void -root_conf(dummy) - void *dummy; -{ - cpu_rootconf(); -} -SYSINIT(root_conf, SI_SUB_ROOT_CONF, SI_ORDER_FIRST, root_conf, NULL) - /* ARGSUSED*/ static void xxx_vfs_root_fdtab __P((void *dummy)); static void |
