From: Paul E. McKenney Date: Tue, 7 Jun 2011 23:59:35 +0000 (-0700) Subject: rcu: Catch rcutorture up to new RCU API additions X-Git-Tag: v3.2-rc1~165^2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf2a4364904d6cf2f59b16b0bd86fdc5a2c6152;p=pandora-kernel.git rcu: Catch rcutorture up to new RCU API additions Now that the RCU API contains synchronize_rcu_bh(), synchronize_sched(), call_rcu_sched(), and rcu_bh_expedited()... Make rcutorture test synchronize_rcu_bh(), getting rid of the old rcu_bh_torture_synchronize() workaround. Similarly, make rcutorture test synchronize_sched(), getting rid of the old sched_torture_synchronize() workaround. Make rcutorture test call_rcu_sched() instead of wrappering synchronize_sched(). Also add testing of rcu_bh_expedited(). Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed