diff options
author | 2002-01-02 06:07:41 +0000 | |
---|---|---|
committer | 2002-01-02 06:07:41 +0000 | |
commit | 02d935cfe3a5503d36b5664da6e7359dbaa137ee (patch) | |
tree | 57d6846ce8f6af1d0f8f338cbfa800032f6a346b /sys/kern/kern_clock.c | |
parent | Eh? Why could I finish a make build with this 6 hours ago? (diff) | |
download | wireguard-openbsd-02d935cfe3a5503d36b5664da6e7359dbaa137ee.tar.xz wireguard-openbsd-02d935cfe3a5503d36b5664da6e7359dbaa137ee.zip |
Remove reference to timeout table. deraadt@ ok
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r-- | sys/kern/kern_clock.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index b8ae3c2f084..0b7dfd3fe9e 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_clock.c,v 1.30 2001/12/14 03:42:16 nate Exp $ */ +/* $OpenBSD: kern_clock.c,v 1.31 2002/01/02 06:07:41 nordin Exp $ */ /* $NetBSD: kern_clock.c,v 1.34 1996/06/09 04:51:03 briggs Exp $ */ /*- @@ -85,12 +85,6 @@ * profhz/stathz for statistics. (For profiling, every tick counts.) */ -/* - * TODO: - * allocate more timeout table slots when table overflows. - */ - - #ifdef NTP /* NTP phase-locked loop in kernel */ /* * Phase/frequency-lock loop (PLL/FLL) definitions @@ -915,7 +909,7 @@ statclock(frame) * For uncompensated quartz crystal oscillatores and nominal update * intervals less than 1024 s, operation should be in phase-lock mode * (STA_FLL = 0), where the loop is disciplined to phase. For update - * intervals greater than thiss, operation should be in frequency-lock + * intervals greater than this, operation should be in frequency-lock * mode (STA_FLL = 1), where the loop is disciplined to frequency. * * Note: splclock() is in effect. |