[PATCH] cpumask: convert RCU implementations, fix

From: Ingo Molnar
Date: Sat Jan 03 2009 - 07:20:12 EST



there's a build warning regression as well on CONFIG_RCU_CLASSIC:

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

caused by:

bd232f9: cpumask: convert RCU implementations

fixed via the patch below. (i'll carry this in cpus4096 too, ok?)

Ingo

---------------------->