Searched hist:"70 e3b262d1128f0e62d736cfaa7a70cc5080f6aa" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_tc.c | diff 70e3b262d1128f0e62d736cfaa7a70cc5080f6aa Wed Oct 11 13:03:11 CEST 2017 Konstantin Belousov <kib@FreeBSD.org> The th_bintime, th_microtime and th_nanotime members of the timehand all cache the last system time (uptime + boottime). Only the format differs. Do not re-calculate the bintime and simply use the value used to calculate the microtime and nanotime.
Group all the updates under the relevant comment. Remove obsoleted XXX part.
Submitted by: Sebastian Huber <sebastian.huber@embedded-brains.de> MFC after: 1 week
|