summaryrefslogtreecommitdiff
path: root/sys/kern/kern_timeout.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-09-07 05:27:26 +0000
committerBruce Evans <bde@FreeBSD.org>1997-09-07 05:27:26 +0000
commitbea0f0be7b942a30cd23ab339491ba9277434ce8 (patch)
treebe4f26cdc4ce9b78716fa3624d32bb0a495308ec /sys/kern/kern_timeout.c
parentda8ac9bcd1ed20df3733f6355cb001b35e017be8 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_timeout.c')
-rw-r--r--sys/kern/kern_timeout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c
index 03de31506ec6..af5ffda5802d 100644
--- a/sys/kern/kern_timeout.c
+++ b/sys/kern/kern_timeout.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];