commit | b5daa8f3b3b2b0133ad40e13d4f722070119ce36 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jan 30 13:38:09 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Feb 23 09:01:07 2014 -0800 |
tree | 0c11133084c120238af88fe9ce62046bb489b7d8 | |
parent | 2e9e8081d2e7a4efb582a240aa7fee991bbbabb0 [diff] |
rcutorture: Abstract torture-test initialization This commit creates torture_init_begin() and torture_init_end() functions to abstract locking and allow the torture_type and verbose variables in kernel/torture.o to become static. With a bit more abstraction, fullstop_mutex will also become static. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>