aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/subr_epoch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/subr_epoch.c b/sys/kern/subr_epoch.c
index d91ee0a4f83f..bb67bdf5ee32 100644
--- a/sys/kern/subr_epoch.c
+++ b/sys/kern/subr_epoch.c
@@ -142,6 +142,8 @@ epoch_init(void *arg __unused)
migrate_count = counter_u64_alloc(M_WAITOK);
turnstile_count = counter_u64_alloc(M_WAITOK);
switch_count = counter_u64_alloc(M_WAITOK);
+ epoch_call_count = counter_u64_alloc(M_WAITOK);
+ epoch_call_task_count = counter_u64_alloc(M_WAITOK);
if (usedomains == false)
goto done;
count = domain = 0;