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
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
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