diff options
| author | Matt Macy <mmacy@FreeBSD.org> | 2018-05-18 02:57:39 +0000 |
|---|---|---|
| committer | Matt Macy <mmacy@FreeBSD.org> | 2018-05-18 02:57:39 +0000 |
| commit | 60b7b90d65d685b85504efafcc2d5746e9483bd5 (patch) | |
| tree | bf2197d308bbede09b1bf9baad9250bd15425a11 /sys | |
| parent | 5e68a3dfe30c07337bca284ea65cfe2c4b06d249 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/subr_epoch.c | 2 |
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; |
