From: Lai Jiangshan Date: Sun, 28 Mar 2010 03:12:30 +0000 (+0800) Subject: rcu: move some code from macro to function X-Git-Tag: v2.6.35-rc1~524^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c34029abdfdea64420cb4264c4e91a776b22157;p=pandora-kernel.git rcu: move some code from macro to function Shrink the RCU_INIT_FLAVOR() macro by moving all but the initialization of the ->rda[] array to rcu_init_one(). The call to rcu_init_one() can then be moved to the end of the RCU_INIT_FLAVOR() macro, which is required because rcu_boot_init_percpu_data(), which is now called from rcu_init_one(), depends on the initialization of the ->rda[] array. Signed-off-by: Lai Jiangshan Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed