summary refs log tree commit diff
path: root/lib/crc7.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-03-27 21:11:56 -0700
committerDavid S. Miller <davem@davemloft.net>2010-03-27 21:11:56 -0700
commitd2566af8c4860a03ca685ef0910de406679c3e4e (patch)
tree16e5e988dac842c78444e35d3e4e8d20ee38ac2b /lib/crc7.c
parent7469a9acf919d36836f6c635099d8edc9be4528a (diff)
downloadlinux-d2566af8c4860a03ca685ef0910de406679c3e4e.tar.gz
arch/sparc/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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/crc7.c')
0 files changed, 0 insertions, 0 deletions