sys/sys/kernel.h: Remove SI_SUB_DONE

It was not used since 9a7add6d01.

Reviewed by:	mhorne, imp
Fixes:		9a7add6d01 init_main: Switch from sysinit array to SLIST
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D47915
This commit is contained in:
Zhenlei Huang
2025-01-01 00:01:21 +08:00
parent 48ef7ed72a
commit 81f9d3b11f
-1
View File
@@ -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 */