diff options
Diffstat (limited to 'sys/kern/kern_clock.c')
| -rw-r--r-- | sys/kern/kern_clock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 225047e3a3c3..2b69cc693b80 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -88,6 +88,9 @@ static __inline unsigned tco_delta __P((struct timecounter *tc)); /* Some of these don't belong here, but it's easiest to concentrate them. */ long cp_time[CPUSTATES]; +SYSCTL_OPAQUE(_kern, OID_AUTO, cp_time, CTLFLAG_RD, &cp_time, sizeof(cp_time), + "LU", "CPU time statistics"); + long tk_cancc; long tk_nin; long tk_nout; |
