aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/pvclock.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* 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