]> Cypherpunks repositories - gostls13.git/commit
runtime: Add vdso on freebsd/riscv64
authorMikael Urankar <mikael@FreeBSD.org>
Mon, 19 Sep 2022 16:46:36 +0000 (18:46 +0200)
committerDavid Chase <drchase@google.com>
Thu, 20 Oct 2022 15:14:38 +0000 (15:14 +0000)
commit0e56c31b85264c35869b3f5c0884beb9e2517110
treeae1c1001b474df752a56982a124f132d5a6a862c
parent4b5558ef01adc0916729499c3d5ce96b82bedb86
runtime: Add vdso on freebsd/riscv64

Use rdtime to retrieve the timecounter, same as the FreeBSD libc.

Updates #53466

Change-Id: I48816e9100036f1ef483e4d3afcf10db0d3b85f8
Reviewed-on: https://go-review.googlesource.com/c/go/+/443036
Reviewed-by: Meng Zhuo <mzh@golangcn.org>
Reviewed-by: Dmitri Goutnik <dgoutnik@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Yuval Pavel Zholkover <paulzhol@gmail.com>
Run-TryBot: Meng Zhuo <mzh@golangcn.org>
src/runtime/sys_freebsd_riscv64.s
src/runtime/vdso_freebsd_riscv64.go