diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2007-12-11 00:30:15 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2007-12-11 00:30:15 +0000 |
commit | ce1d917aaef24eb8488655102d135772c7fc242b (patch) | |
tree | e0bb6b02642618cbb11bc7f6d43c4791a2d20051 /sys/altq | |
parent | 4108109cd1025b486b8792b1c2f88e9bd4076b1a (diff) |
kill the comment that doesn't make sense anymore
Diffstat (limited to 'sys/altq')
-rw-r--r-- | sys/altq/altq_subr.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/altq/altq_subr.c b/sys/altq/altq_subr.c index e876d9b07f2..1bcd7d0483f 100644 --- a/sys/altq/altq_subr.c +++ b/sys/altq/altq_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: altq_subr.c,v 1.23 2007/12/10 23:12:56 mikeb Exp $ */ +/* $OpenBSD: altq_subr.c,v 1.24 2007/12/11 00:30:14 mikeb Exp $ */ /* $KAME: altq_subr.c,v 1.11 2002/01/11 08:11:49 kjc Exp $ */ /* @@ -692,14 +692,6 @@ write_dsfield(m, pktattr, dsfield) } -/* - * high resolution clock support taking advantage of a machine dependent - * high resolution time counter (e.g., timestamp counter of intel pentium). - * we assume - * - 64-bit-long monotonically-increasing counter - * - frequency range is 100M-4GHz (CPU speed) - */ -/* if pcc is not available or disabled, emulate 256MHz using microtime() */ #define MACHCLK_SHIFT 8 u_int32_t machclk_tc = 0; |