CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/16 19:06:15
Modified files:
sys/kern : kern_tc.c
Log message:
Change boot time/offset within tc_windup().
We need to perform the actual modification of the boot offset and the
time-of-boot within the "safe zone" in tc_windup() where the timehands'
generation is zero to conform to the timehands lockless read protocol.
Based on FreeBSD r303387.
Discussed with mpi@ and visa@.
ok visa@
