Searched hist:282259 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvrtc.cdiff 282259 Wed Apr 29 21:58:48 MDT 2015 neel Re-implement RTC current time calculation to eliminate the possibility of
losing time.

The problem with the earlier implementation was that the uptime value
used by 'vrtc_curtime()' could be different than the uptime value when
'vrtc_time_update()' actually updated 'base_uptime'.

Fix this by calculating and updating the (rtctime, uptime) tuple together.

MFC after: 2 weeks

Completed in 107 milliseconds