rcu: Move rcu_barrier() to rcutree
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 7 Oct 2009 04:48:16 +0000 (21:48 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 7 Oct 2009 06:11:20 +0000 (08:11 +0200)
commitd0ec774cb2599c858be9d923bb873cf6697520d8
tree0897fd843622033a6db6ab43167e47c3236aa22d
parent322a2c100a8998158445599ea437fb556aa95b11
rcu: Move rcu_barrier() to rcutree

Move the existing rcu_barrier() implementation to rcutree.c,
consistent with the fact that the rcu_barrier() implementation is
tied quite tightly to the RCU implementation.

This opens the way to simplify and fix rcutree.c's rcu_barrier()
implementation in a later patch.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: laijs@cn.fujitsu.com
Cc: dipankar@in.ibm.com
Cc: akpm@linux-foundation.org
Cc: mathieu.desnoyers@polymtl.ca
Cc: josh@joshtriplett.org
Cc: dvhltc@us.ibm.com
Cc: niv@us.ibm.com
Cc: peterz@infradead.org
Cc: rostedt@goodmis.org
Cc: Valdis.Kletnieks@vt.edu
Cc: dhowells@redhat.com
LKML-Reference: <12548908982563-git-send-email->
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/rcupdate.c
kernel/rcutree.c