diff options
author | jlemon <jlemon@FreeBSD.org> | 2001-10-24 17:42:01 +0000 |
---|---|---|
committer | jlemon <jlemon@FreeBSD.org> | 2001-10-24 17:42:01 +0000 |
commit | 545cae87494234ec296eb838129d150a608c706f (patch) | |
tree | e63ad9ccd1d750bc05d2414859c6599848daba80 /sys | |
parent | 2ab888f17b2c93c264994e23078f8aaaa5a81cbd (diff) | |
download | FreeBSD-src-545cae87494234ec296eb838129d150a608c706f.zip FreeBSD-src-545cae87494234ec296eb838129d150a608c706f.tar.gz |
Remove call to cninit_finish().
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/alpha/autoconf.c | 2 | ||||
-rw-r--r-- | sys/sparc64/sparc64/autoconf.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/alpha/alpha/autoconf.c b/sys/alpha/alpha/autoconf.c index 888618b..0ccab41 100644 --- a/sys/alpha/alpha/autoconf.c +++ b/sys/alpha/alpha/autoconf.c @@ -193,8 +193,6 @@ configure(void *dummy) } configure_finish(); - cninit_finish(); - /* * Now we're ready to handle (pending) interrupts. * XXX this is slightly misplaced. diff --git a/sys/sparc64/sparc64/autoconf.c b/sys/sparc64/sparc64/autoconf.c index 6ba5128..35b1923 100644 --- a/sys/sparc64/sparc64/autoconf.c +++ b/sys/sparc64/sparc64/autoconf.c @@ -44,6 +44,5 @@ configure(void *v) { device_add_child(root_bus, "upa", 0); root_bus_configure(); - cninit_finish(); cold = 0; } |