diff options
Diffstat (limited to 'sys/kern/kern_intr.c')
-rw-r--r-- | sys/kern/kern_intr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c index 3d02073fcb21..911443056fff 100644 --- a/sys/kern/kern_intr.c +++ b/sys/kern/kern_intr.c @@ -1600,7 +1600,8 @@ start_softintr(void *dummy) p->p_flag |= P_NOLOAD; PROC_UNLOCK(p); } -SYSINIT(start_softintr, SI_SUB_SOFTINTR, SI_ORDER_FIRST, start_softintr, NULL) +SYSINIT(start_softintr, SI_SUB_SOFTINTR, SI_ORDER_FIRST, start_softintr, + NULL); /* * Sysctls used by systat and others: hw.intrnames and hw.intrcnt. |