Julia Lawall 59a2f7d9fd arch/sh/kernel: Use set_cpus_allowed_ptr
Use set_cpus_allowed_ptr rather than set_cpus_allowed.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
expression E1,E2;
@@

- set_cpus_allowed(E1, cpumask_of_cpu(E2))
+ set_cpus_allowed_ptr(E1, cpumask_of(E2))

@@
expression E;
identifier I;
@@

- set_cpus_allowed(E, I)
+ set_cpus_allowed_ptr(E, &I)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2010-03-29 11:40:37 +09:00
..
2010-01-12 15:22:26 +09:00
2009-08-24 17:35:07 +09:00
2010-01-20 16:42:52 +09:00
2009-10-13 13:32:19 +09:00
2009-09-01 17:38:32 +09:00
2010-02-15 14:49:37 +09:00
2010-01-20 16:42:52 +09:00
2009-03-18 18:57:43 +09:00
2010-01-12 18:42:52 +09:00
2010-02-15 14:49:37 +09:00
2010-01-20 16:42:52 +09:00
2009-03-10 12:55:40 +09:00
2009-09-23 18:13:10 -07:00
2009-09-23 18:13:10 -07:00
2010-03-12 15:52:32 -08:00
2010-01-19 17:00:06 +09:00
2010-01-19 17:00:31 +09:00