mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
59c3b99b8f
archs that can (or are required to) have per-thread registers. Tested on i386, amd64; marcel is testing on ia64 and will have some follow-up commits. Reviewed by: davidxu
6 lines
122 B
Makefile
6 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
|
|
|
SRCS+= thr_enter_uts.S thr_getcontext.S pthread_md.c
|