CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/10 12:53:13
Modified files:
sys/kern : kern_tc.c
Log message:
Reduce number of timehands from to just two.
Reduces the worst-case error for for time values retrieved via the
microtime(9) functions from 10 ticks to 2 ticks. Being interrupted
for over a tick is unlikely but possible.
While here use C99 initializers.
>From FreeBSD r303383.
ok mpi@
