| commit | 324387d00011bea67cc0ca688392f32e81110140 | [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> | Thu Jan 30 16:13:48 2014 -0800 |
| tree | cadc17bf5584008f052e90e142d32d1025e9550b | |
| parent | da039f58f15a6a0510496d96b710042f2999740e [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>