From: Paul E. McKenney Date: Wed, 14 Apr 2010 23:48:11 +0000 (-0700) Subject: rcu: permit discontiguous cpu_possible_mask CPU numbering X-Git-Tag: v2.6.35-rc1~524^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a90a0681cf6cd21cd444184302aa045156486b3;p=pandora-kernel.git rcu: permit discontiguous cpu_possible_mask CPU numbering TREE_RCU assumes that CPU numbering is contiguous, but some users need large holes in the numbering to better map to hardware layout. This patch makes TREE_RCU (and TREE_PREEMPT_RCU) tolerate large holes in the CPU numbering. However, NR_CPUS must still be greater than the largest CPU number. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed