summaryrefslogtreecommitdiff
path: root/sys/kern/kern_clock.c
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2007-06-09 19:41:14 +0000
committerAttilio Rao <attilio@FreeBSD.org>2007-06-09 19:41:14 +0000
commit86a49dea5b88885b41b04366685ef35e650030b3 (patch)
tree68af57e78dedae94890670998a31bd7a31a8bf2c /sys/kern/kern_clock.c
parentb7de7d87a0d9d74a4d511065677ae356b16c8e14 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r--sys/kern/kern_clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index d5c2f3b072cc..d9a82d2c4372 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -85,7 +85,7 @@ SYSINIT(clocks, SI_SUB_CLOCKS, SI_ORDER_FIRST, initclocks, NULL)
long cp_time[CPUSTATES];
/* Spin-lock protecting profiling statistics. */
-struct mtx time_lock;
+static struct mtx time_lock;
static int
sysctl_kern_cp_time(SYSCTL_HANDLER_ARGS)