aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcuperf.c
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2018-07-12 15:42:41 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2018-07-12 15:42:41 -0700
commit18952651dae8efcc6d565c97f8fe5629b399cb3e (patch)
treee5ed87924a629e849a9cc7c59a185f81ce5c0745 /kernel/rcu/rcuperf.c
parentrcu: Assign higher prio to RCU threads if rcutorture is built-in (diff)
parentrcutorture: Fix rcu_barrier successes counter (diff)
downloadlinux-dev-18952651dae8efcc6d565c97f8fe5629b399cb3e.tar.xz
linux-dev-18952651dae8efcc6d565c97f8fe5629b399cb3e.zip
Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD
fixes1.2018.07.12b: Post-gp_seq miscellaneous fixes torture1.2018.07.12b: Post-gp_seq torture-test updates
Diffstat (limited to 'kernel/rcu/rcuperf.c')
-rw-r--r--kernel/rcu/rcuperf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/rcu/rcuperf.c b/kernel/rcu/rcuperf.c
index 3e86940245d9..34244523550e 100644
--- a/kernel/rcu/rcuperf.c
+++ b/kernel/rcu/rcuperf.c
@@ -369,11 +369,6 @@ static unsigned long rcuperf_seq_diff(unsigned long new, unsigned long old)
return cur_ops->gp_diff(new, old);
}
-static bool __maybe_unused torturing_tasks(void)
-{
- return cur_ops == &tasks_ops;
-}
-
/*
* If performance tests complete, wait for shutdown to commence.
*/