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