Remove call to cninit_finish().

This commit is contained in:
Jonathan Lemon 2001-10-24 17:42:01 +00:00
parent c5ca5a55a1
commit b792b54c89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85420
2 changed files with 0 additions and 3 deletions

View File

@ -193,8 +193,6 @@ configure(void *dummy)
}
configure_finish();
cninit_finish();
/*
* Now we're ready to handle (pending) interrupts.
* XXX this is slightly misplaced.

View File

@ -44,6 +44,5 @@ configure(void *v)
{
device_add_child(root_bus, "upa", 0);
root_bus_configure();
cninit_finish();
cold = 0;
}