slight problem with r254457 (kthread_add fix)
Julian Elischer
julian at freebsd.org
Fri Mar 28 19:44:44 UTC 2014
On 3/28/14, 2:32 AM, Chris Torek wrote:
> (Overall, I like the "make MD code clean things up" method
> better. Depending on thread0 state is pretty hacky. It's
> just more work to check everything.)
>
> (I remember when someone, I think it may have been Mike Karels,
> shuffled all the members of "struct proc" around so that we could
> use the bcopy-some, bzero-some method to speed up fork(). It's
> a hack too, but it's a nice one, and it's still in there, in
> modified form. :-) )
yes I kept that when I made the separate thread structure.
both the thread and process structures do the same thing..
>
> Chris
>
More information about the freebsd-hackers
mailing list