summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2014-05-05 21:46:10 +0000
committerrwatson <rwatson@FreeBSD.org>2014-05-05 21:46:10 +0000
commit33c335d9afb25bdeb054d9bea8222a45f4f25848 (patch)
tree5b7c20845fda07542dabbc0626b45b601e4e9bb2
parent98f430292fd9114b83a674f5bbcff04753c7d7ce (diff)
downloadFreeBSD-src-33c335d9afb25bdeb054d9bea8222a45f4f25848.zip
FreeBSD-src-33c335d9afb25bdeb054d9bea8222a45f4f25848.tar.gz
Garbage collect two more unused sysinit subsystems: SI_SUB_KVM_RSRC and
SI_SUB_CLISTS. MFC after: 3 days
-rw-r--r--sys/sys/kernel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h
index e4525a7..42076f4 100644
--- a/sys/sys/kernel.h
+++ b/sys/sys/kernel.h
@@ -94,7 +94,6 @@ enum sysinit_sub_id {
SI_SUB_MTX_POOL_STATIC = 0x0900000, /* static mutex pool */
SI_SUB_VM = 0x1000000, /* virtual memory system init*/
SI_SUB_KMEM = 0x1800000, /* kernel memory*/
- SI_SUB_KVM_RSRC = 0x1A00000, /* kvm operational limits*/
SI_SUB_HYPERVISOR = 0x1A40000, /*
* Hypervisor detection and
* virtualization support
@@ -138,7 +137,6 @@ enum sysinit_sub_id {
SI_SUB_CONFIGURE = 0x3800000, /* Configure devices */
SI_SUB_VFS = 0x4000000, /* virtual filesystem*/
SI_SUB_CLOCKS = 0x4800000, /* real time and stat clocks*/
- SI_SUB_CLIST = 0x5800000, /* clists*/
SI_SUB_SYSV_SHM = 0x6400000, /* System V shared memory*/
SI_SUB_SYSV_SEM = 0x6800000, /* System V semaphores*/
SI_SUB_SYSV_MSG = 0x6C00000, /* System V message queues*/
OpenPOWER on IntegriCloud