summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_thr.c
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2018-02-21 14:26:22 -0300
committerLuiz Souza <luiz@netgate.com>2018-02-21 14:26:22 -0300
commit4c9907d21517c211b27a3cf5b7a2a976623820cc (patch)
treee6d44f1e5491e491582dc98d2ad92231d99257c5 /sys/kern/kern_thr.c
parent911d650e1367dc4a6ac7feb96f47fc87fd6a4984 (diff)
downloadFreeBSD-src-4c9907d21517c211b27a3cf5b7a2a976623820cc.zip
FreeBSD-src-4c9907d21517c211b27a3cf5b7a2a976623820cc.tar.gz
Revert "MFC r319873:"
This reverts commit 5dad0dd804a33b8a372d49fa342b24c67b1c2fb3.
Diffstat (limited to 'sys/kern/kern_thr.c')
-rw-r--r--sys/kern/kern_thr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c
index 6bebac9..c39986d 100644
--- a/sys/kern/kern_thr.c
+++ b/sys/kern/kern_thr.c
@@ -235,7 +235,6 @@ thread_create(struct thread *td, struct rtprio *rtp,
newtd->td_sleeptimo = 0;
bcopy(&td->td_startcopy, &newtd->td_startcopy,
__rangeof(struct thread, td_startcopy, td_endcopy));
- newtd->td_sa = td->td_sa;
newtd->td_proc = td->td_proc;
newtd->td_rb_list = newtd->td_rbp_list = newtd->td_rb_inact = 0;
thread_cow_get(newtd, td);
OpenPOWER on IntegriCloud