mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
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
5 lines
111 B
Makefile
5 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
|
|
|
SRCS+= context.S enter_uts.S pthread_md.c
|