summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-02-09 17:38:19 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-02-09 17:38:19 +0000
commit3687f15b088bad7f729401f23a25f034c672feca (patch)
treeab70eb0f0395354efd52c644482090292eb6ffd1 /sys
parente761636a4b543ec4ceb5b75c4bc34e1ea812f078 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/kernel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h
index 03f8c433d397..7936d2b9d6ea 100644
--- a/sys/sys/kernel.h
+++ b/sys/sys/kernel.h
@@ -127,7 +127,8 @@ enum sysinit_sub_id {
SI_SUB_CREATE_INIT = 0x2500000, /* create init process*/
SI_SUB_SCHED_IDLE = 0x2600000, /* required idle procs */
SI_SUB_MBUF = 0x2700000, /* mbuf subsystem */
- SI_SUB_SOFTINTR = 0x2800000, /* start soft interrupt thread */
+ SI_SUB_INTR = 0x2800000, /* interrupt threads */
+ SI_SUB_SOFTINTR = 0x2800001, /* start soft interrupt thread */
SI_SUB_DRIVERS = 0x3100000, /* Let Drivers initialize */
SI_SUB_CONFIGURE = 0x3800000, /* Configure devices */
SI_SUB_VFS = 0x4000000, /* virtual file system*/