rcu: shrink rcutiny by making synchronize_rcu_bh() be inline
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 30 Mar 2010 22:46:01 +0000 (15:46 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 10 May 2010 18:08:32 +0000 (11:08 -0700)
Because synchronize_rcu_bh() is identical to synchronize_sched(),
make the former a static inline invoking the latter, saving the
overhead of an EXPORT_SYMBOL_GPL() and the duplicate code.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found