diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-12 21:36:15 +0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-17 00:41:44 +0400 |
commit | 59da22a02032cf1a069ec431f93d403b321ff6b4 (patch) | |
tree | 17c5b7ae5156b1336213129534af43d481340280 /include/linux/rcupdate.h | |
parent | aaa693e3d8030e4cc531c71facb650ae0880f2fb (diff) | |
download | linux-59da22a02032cf1a069ec431f93d403b321ff6b4.tar.xz |
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.h | 3 |
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, |