]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Give up on calling tc_ticktock() from a timeout, we have timeout
authorPoul-Henning Kamp <phk@FreeBSD.org>
Wed, 4 Sep 2002 10:15:19 +0000 (10:15 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Wed, 4 Sep 2002 10:15:19 +0000 (10:15 +0000)
commite7fa55af89be8c37ee53245d7a18070ae56326b2
tree1686e2061db64b4267c1e8e3c03c6a9dfadd5aee
parent386fefa3a0fa49a6f7e27566569faea6c8d122a8
Give up on calling tc_ticktock() from a timeout, we have timeout
functions which run for several milliseconds at a time and getting
in queue behind one or more of those makes us miss our rewind.

Instead call it from hardclock() like we used to do, but retain the
prescaler so we still cope with high HZ values.
sys/kern/kern_clock.c
sys/kern/kern_tc.c
sys/sys/timetc.h