diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-02-09 17:38:19 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-02-09 17:38:19 +0000 |
| commit | 3687f15b088bad7f729401f23a25f034c672feca (patch) | |
| tree | ab70eb0f0395354efd52c644482090292eb6ffd1 /sys | |
| parent | e761636a4b543ec4ceb5b75c4bc34e1ea812f078 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/kernel.h | 3 |
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*/ |
