diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2020-02-13 19:12:07 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-02-13 19:12:07 +0000 |
| commit | 4e012582d35afc1d896bd0abb74572f257d2c364 (patch) | |
| tree | 2162d6c15a374ee48aad59ea80b50726e9f8d3fd /sys/dev | |
| parent | 100eced555110878a5910695ebfce9414e052533 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c index 1c90d4bcee65..c08098138805 100644 --- a/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c +++ b/sys/dev/hyperv/vmbus/amd64/hyperv_machdep.c @@ -188,6 +188,7 @@ hyperv_tsc_tcinit(void *dummy __unused) switch (cpu_vendor_id) { case CPU_VENDOR_AMD: + case CPU_VENDOR_HYGON: hyperv_tsc_timecounter.tc_get_timecount = hyperv_tsc_timecount_mfence; tc64 = hyperv_tc64_tsc_mfence; |
