summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2015-05-24 14:51:29 +0000
committerdchagin <dchagin@FreeBSD.org>2015-05-24 14:51:29 +0000
commitca0fda407756a0fda8db3d6d464117c2c88b48d0 (patch)
tree29e72220b49ea68b1cf3385e3c206b1a59e70098 /sys/sparc64
parent745df0287fcf54634f0950689d0ffaebcfed8d8c (diff)
downloadFreeBSD-src-ca0fda407756a0fda8db3d6d464117c2c88b48d0.zip
FreeBSD-src-ca0fda407756a0fda8db3d6d464117c2c88b48d0.tar.gz
In preparation for switching linuxulator to the use the native 1:1
threads add a hook for cleaning thread resources before the thread die. Differential Revision: https://reviews.freebsd.org/D1038
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/elf_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/sparc64/elf_machdep.c b/sys/sparc64/sparc64/elf_machdep.c
index 4d55717..9304575 100644
--- a/sys/sparc64/sparc64/elf_machdep.c
+++ b/sys/sparc64/sparc64/elf_machdep.c
@@ -87,6 +87,7 @@ static struct sysentvec elf64_freebsd_sysvec = {
.sv_fetch_syscall_args = cpu_fetch_syscall_args,
.sv_syscallnames = syscallnames,
.sv_schedtail = NULL,
+ .sv_thread_detach = NULL,
};
static Elf64_Brandinfo freebsd_brand_info = {
OpenPOWER on IntegriCloud