Re: [uml-user] Threads creation in uml

2005-05-01 Thread Suresh
At 05:08 PM 5/1/2005, Blaisorblade wrote: On Friday 29 April 2005 11:59, Suresh wrote: > Hi > > I am running uml with smp support. > I created 4 threads through kernel_thread. > I want to run the each thread on a different particular processor. > I have in the thread I have set currnet->cpus_allowe

Re: [uml-user] Threads creation in uml

2005-05-01 Thread Blaisorblade
On Friday 29 April 2005 11:59, Suresh wrote: > Hi > > I am running uml with smp support. > I created 4 threads through kernel_thread. > I want to run the each thread on a different particular processor. > I have in the thread I have set currnet->cpus_allowed = to the cpu on which > it is allowed. I

[uml-user] Threads creation in uml

2005-04-29 Thread Suresh
Hi I am running uml with smp support. I created 4 threads through kernel_thread. I want to run the each thread on a different particular processor. I have in the thread I have set currnet->cpus_allowed = to the cpu on which it is allowed. Some how I seem to run only on cpu1. Kindly tell me why is