]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 292892:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 23 Jan 2016 01:21:11 +0000 (01:21 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 23 Jan 2016 01:21:11 +0000 (01:21 +0000)
commit868b27c33a790ee2b9d2fbd470f3a20832c93d4e
treeec6e7d1c810f091e71a0255bb26302d1cd341794
parentd97f7b02cd8e16e9ec2fe400df7d273f9f18034e
MFC 292892:
Call kern_thr_exit() instead of duplicating it.

This code is missing the racct_subr() call from kern_thr_exit() and would
require further code duplication in future changes.

git-svn-id: svn://svn.freebsd.org/base/stable/10@294614 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_thread.c