commit | 36970bb91d89618d3495babf44b934e9c9db6bbc | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jan 30 15:49:29 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Feb 23 09:01:12 2014 -0800 |
tree | cee37f3089c868338f626124124fe2f90c26cdbd | |
parent | 4622b487ecf0094401ac10e504606e5cbdea5a6e [diff] |
rcutorture: Privatize fullstop This commit introduces the torture_must_stop() function in order to keep use of the fullstop variable local to kernel/torture.c. There is also a torture_must_stop_irq() counterpart for use from RCU callbacks, timeout handlers, and the like. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>