summaryrefslogtreecommitdiffstats
path: root/include/linux/rcupdate.h
diff options
context:
space:
mode:
authorPaul E. McKenney2014-09-12 19:36:15 +0200
committerPaul E. McKenney2014-09-16 22:41:44 +0200
commit59da22a02032cf1a069ec431f93d403b321ff6b4 (patch)
tree17c5b7ae5156b1336213129534af43d481340280 /include/linux/rcupdate.h
parentlocktorture: Add test scenario for rwsem_lock (diff)
downloadkernel-qcow2-linux-59da22a02032cf1a069ec431f93d403b321ff6b4.tar.gz
kernel-qcow2-linux-59da22a02032cf1a069ec431f93d403b321ff6b4.tar.xz
kernel-qcow2-linux-59da22a02032cf1a069ec431f93d403b321ff6b4.zip
rcutorture: Rename rcutorture_runnable parameter
This commit changes rcutorture_runnable to torture_runnable, which is consistent with the names of the other parameters and is a bit shorter as well. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'include/linux/rcupdate.h')
-rw-r--r--include/linux/rcupdate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
index 5cafd60c1ee4..a4a819ffb2d1 100644
--- a/include/linux/rcupdate.h
+++ b/include/linux/rcupdate.h
@@ -47,9 +47,6 @@
#include <asm/barrier.h>
extern int rcu_expedited; /* for sysctl */
-#ifdef CONFIG_RCU_TORTURE_TEST
-extern int rcutorture_runnable; /* for sysctl */
-#endif /* #ifdef CONFIG_RCU_TORTURE_TEST */
enum rcutorture_type {
RCU_FLAVOR,