commit | 263ec6457bb23d57b575ede18ff6c3d11e0b4e96 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sat Jan 03 13:16:09 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Jan 03 18:59:25 2009 +0100 |
tree | ac9ce48e24b2f37292614a3d363009f1332384cc | |
parent | e465b535ce5b2318798c68e1454917204494bfe3 [diff] |
cpumask: convert RCU implementations, fix 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>