diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2007-06-09 19:41:14 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2007-06-09 19:41:14 +0000 |
| commit | 86a49dea5b88885b41b04366685ef35e650030b3 (patch) | |
| tree | 68af57e78dedae94890670998a31bd7a31a8bf2c /sys/kern/kern_clock.c | |
| parent | b7de7d87a0d9d74a4d511065677ae356b16c8e14 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_clock.c')
| -rw-r--r-- | sys/kern/kern_clock.c | 2 |
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) |
