cpumask: convert RCU implementations, fix
authorIngo Molnar <mingo@elte.hu>
Sat, 3 Jan 2009 12:16:09 +0000 (13:16 +0100)
committerIngo Molnar <mingo@elte.hu>
Sat, 3 Jan 2009 17:59:25 +0000 (18:59 +0100)
Impact: cleanup

This warning:

 kernel/rcuclassic.c: In function ‘rcu_start_batch’:
 kernel/rcuclassic.c:397: warning: passing argument 1 of ‘cpumask_andnot’ from incompatible pointer type

triggers because one usage site of rcp->cpumask was not converted
to to_cpumask(rcp->cpumask). There's no ill effects of this bug.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found