Re: [PATCH 5/7] arch/powerpc/kernel: Use set_cpus_allowed_ptr

2010-03-27 Thread David Howells
David Howells wrote: > > The semantic patch that makes this change is as follows: > > (http://coccinelle.lip6.fr/) > > That URL doesn't appear to work: > > Not Found > The requested URL /) was not found on this server. > Additionally, a 404 Not Found error was encountered while trying to use an

Re: [PATCH 5/7] arch/powerpc/kernel: Use set_cpus_allowed_ptr

2010-03-27 Thread David Howells
Julia Lawall wrote: > The semantic patch that makes this change is as follows: > (http://coccinelle.lip6.fr/) That URL doesn't appear to work: Not Found The requested URL /) was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument t

[PATCH 5/7] arch/powerpc/kernel: Use set_cpus_allowed_ptr

2010-03-26 Thread Julia Lawall
From: Julia Lawall Use set_cpus_allowed_ptr rather than set_cpus_allowed. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression E1,E2; @@ - set_cpus_allowed(E1, cpumask_of_cpu(E2)) + set_cpus_allowed_ptr(E1, cpumask_of(E2)) @@ expression E; id