It has been unused since 9a7add6d01f3.
Fixes: 9a7add6d01f3 init_main: Switch from sysinit array to SLIST
MFC after: 2 weeks
Differential D47915
Remove SI_SUB_DONE zlei on Wed, Dec 4, 4:14 PM. Authored by
Details It has been unused since 9a7add6d01f3. Fixes: 9a7add6d01f3 init_main: Switch from sysinit array to SLIST
Diff Detail
Event TimelineComment Actions This did go away where indicated, and is no longer used and appears to not be needed (kldload works, eh?) Comment Actions Yes. kldload directly execute sysinit tasks of a dynamically loaded module. SI_SUB_DONE was used by mi_startup(). Only sysinit tasks of statically linked or pre-loaded kernel modules are executed by mi_startup() . |