freebsd-skq/sys/dev/xen/timer
Roger Pau Monné f8af716b04 xen/time: fix PV clock resolution
The current resolution of the Xen PV clock is too high, which causes an
adjustment of 5s to be applied to it. Reduce the resolution to be the same
as the RTC plus one, so it's always selected as the best source when
available on x86.

Also don't reset the clock on resume, it's pointless and discards any
previous adjustments.

Sponsoted by: Citrix Systems R&D
2016-05-02 16:16:08 +00:00
..
timer.c xen/time: fix PV clock resolution 2016-05-02 16:16:08 +00:00
timer.h