]> Cypherpunks repositories - gostls13.git/commit
runtime: FreeBSD fast clock_gettime HPET timecounter support
authorYuval Pavel Zholkover <paulzhol@gmail.com>
Thu, 19 Apr 2018 14:52:14 +0000 (17:52 +0300)
committerIan Lance Taylor <iant@golang.org>
Thu, 26 Apr 2018 03:54:19 +0000 (03:54 +0000)
commit58c231f244feda52f66dd4692229f740d3c3b988
tree259ecc152ab9109c2a13dfb3d113aeb39d35df92
parent279b530d6822dd381c049f3c0b5a7ef677574e18
runtime: FreeBSD fast clock_gettime HPET timecounter support

This is a followup for CL 93156.

Fixes #22942.

Change-Id: Ic6e2de44011d041b91454353a6f2e3b0cf590060
Reviewed-on: https://go-review.googlesource.com/108095
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/defs_freebsd.go
src/runtime/defs_freebsd_386.go
src/runtime/defs_freebsd_amd64.go
src/runtime/defs_freebsd_arm.go
src/runtime/vdso_freebsd.go
src/runtime/vdso_freebsd_x86.go