On Sat, 2 Sep 2000, Andi Kleen wrote:
> 
> The first goal would be to get it out of the critical path of pthread_create.

It should already be out of there. See the proposal I had earlier in this
thread, about the _first_ time only, when you have pthread_create(), you
do two clone() calls - and subsequently you just use CLONE_PARENT etc.

                Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to