CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/30 09:51:53
Modified files:
sys/kern : kern_tc.c
Log message:
tc_setclock: always call tc_windup() before leaving windup_mtx.
We ought to conform to the windup_mtx protocol and call tc_windup() even
if we aren't changing the system uptime.
