diff options
Diffstat (limited to 'sys/kern/kern_timeout.c')
| -rw-r--r-- | sys/kern/kern_timeout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index be13f97eb8e1..a32764a5d7ef 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -69,8 +69,9 @@ struct callout_list callfree; int callwheelsize, callwheelbits, callwheelmask; struct callout_tailq *callwheel; int softticks; /* Like ticks, but for softclock(). */ +struct mtx callout_lock; #ifdef DIAGNOSTIC -struct mtx callout_lock, callout_dont_sleep; +struct mtx callout_dont_sleep; #endif static struct callout *nextsoftcheck; /* Next callout to be checked. */ |
