summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_tc.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-07 05:27:26 +0000
committerbde <bde@FreeBSD.org>1997-09-07 05:27:26 +0000
commite499dfd06df024bd144272e8a2f6ed93c0bf4dc0 (patch)
tree5f5545b137451d1ac1e2b22e92786880de54efb8 /sys/kern/kern_tc.c
parent4b54cb94d25d8fd3a31dc9efab748ba0e17311a1 (diff)
downloadFreeBSD-src-e499dfd06df024bd144272e8a2f6ed93c0bf4dc0.zip
FreeBSD-src-e499dfd06df024bd144272e8a2f6ed93c0bf4dc0.tar.gz
Some staticized variables were still declared to be extern.
Diffstat (limited to 'sys/kern/kern_tc.c')
-rw-r--r--sys/kern/kern_tc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index 03de315..af5ffda 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.38 1997/08/21 20:33:38 bde Exp $
+ * $Id: kern_clock.c,v 1.39 1997/09/02 20:05:37 bde Exp $
*/
/* Portions of this software are covered by the following: */
@@ -93,7 +93,7 @@ static struct callout calltodo;
/* Some of these don't belong here, but it's easiest to concentrate them. */
static long cp_time[CPUSTATES];
long dk_seek[DK_NDRIVE];
-static long dk_time[DK_NDRIVE];
+static long dk_time[DK_NDRIVE]; /* time busy (in statclock ticks) */
long dk_wds[DK_NDRIVE];
long dk_wpms[DK_NDRIVE];
long dk_xfer[DK_NDRIVE];
OpenPOWER on IntegriCloud