From: Paul E. McKenney Date: Tue, 29 May 2012 10:03:37 +0000 (-0700) Subject: rcu: Move rcu_barrier_completion to rcu_state structure X-Git-Tag: v3.6-rc1~168^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7db74df88b52844f4e966901e2972bba725e6766;p=pandora-kernel.git rcu: Move rcu_barrier_completion to rcu_state structure In order to allow each RCU flavor to concurrently execute its rcu_barrier() function, it is necessary to move the relevant state to the rcu_state structure. This commit therefore moves the rcu_barrier_completion global variable to a new ->barrier_completion field in the rcu_state structure. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed