aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/pvclock.h
Commit message (Collapse)AuthorAgeFilesLines
* Generalized parts of the XEN timer code into a generic pvclockBryan Venteicher2015-02-041-0/+6
KVM clock shares the same data structures between the guest and the host as Xen so it makes sense to just have a single copy of this code. Differential Revision: https://reviews.freebsd.org/D1429 Reviewed by: royger (eariler version) MFC after: 1 month Notes: svn path=/head/; revision=278183