sys/sys/kernel.h: Remove SI_SUB_DONE
It was not used since9a7add6d01. Reviewed by: mhorne, imp Fixes:9a7add6d01init_main: Switch from sysinit array to SLIST MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D47915
This commit is contained in:
@@ -85,7 +85,6 @@ extern volatile int ticks;
|
||||
*/
|
||||
enum sysinit_sub_id {
|
||||
SI_SUB_DUMMY = 0x0000000, /* not executed; for linker */
|
||||
SI_SUB_DONE = 0x0000001, /* processed */
|
||||
SI_SUB_TUNABLES = 0x0700000, /* establish tunable values */
|
||||
SI_SUB_COPYRIGHT = 0x0800001, /* first use of console */
|
||||
SI_SUB_VM = 0x1000000, /* virtual memory system init */
|
||||
|
||||
Reference in New Issue
Block a user