Home
last modified time | relevance | path

Searched hist:"75395023 ff1edaf4832389716338b1ba12121ffe" (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libthr/arch/arm/include/
H A Dpthread_md.hdiff 75395023ff1edaf4832389716338b1ba12121ffe Thu Dec 09 22:17:41 CET 2021 John Baldwin <jhb@FreeBSD.org> libthr: Use <machine/tls.h> for most MD TLS details.

Note that on amd64 this effectively removes the unused tcb_spare field
from the end of struct tcb since the definition of struct tcb in
<x86/tls.h> does not include that field.

Reviewed by: kib, jrtc27
Sponsored by: The University of Cambridge, Google Inc.
Differential Revision: https://reviews.freebsd.org/D33352