[Bug 256905] Missing clock_gettime VDSO on RISC-V
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 256905] Missing clock_gettime VDSO on RISC-V"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jul 2021 15:18:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256905
--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=348c41d1815dc2e872a1deba1f4bf760caaa1094
commit 348c41d1815dc2e872a1deba1f4bf760caaa1094
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2021-07-05 15:16:53 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2021-07-05 15:16:53 +0000
riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeep
PR: 256905
Reviewed by: arichardson, mhorne
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D30963
lib/libc/riscv/sys/Makefile.inc | 2 +-
lib/libc/riscv/sys/__vdso_gettc.c (new) | 56 +++++++++++++++++++++++++++++++++
sys/riscv/include/vdso.h | 2 ++
sys/riscv/riscv/elf_machdep.c | 4 +--
sys/riscv/riscv/timer.c | 14 +++++++++
5 files changed, 75 insertions(+), 3 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.