On Friday, December 21, 2012 2:13:48 pm Jim Harris wrote:
> Author: jimharris
> Date: Fri Dec 21 19:13:48 2012
> New Revision: 244549
> URL: http://svnweb.freebsd.org/changeset/base/244549
> 
> Log:
>   Put kthreads under curproc so they are attached to nvmecontrol rather
>   than pid 0.
>   
>   Sponsored by:       Intel

Hmm, is this really wise?  I'm not sure how well the kernel would handle a 
kthread belonging to a userland process.  You could just have each test
create a new kproc that holds the associated threads for that test instead
perhaps? 

-- 
John Baldwin
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to