diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-07-12 15:42:41 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-07-12 15:42:41 -0700 |
commit | 18952651dae8efcc6d565c97f8fe5629b399cb3e (patch) | |
tree | e5ed87924a629e849a9cc7c59a185f81ce5c0745 /kernel/rcu/rcuperf.c | |
parent | c7cd161ecb2188c07ba9560ca82aee756575359f (diff) | |
parent | bf5b64355a3ce41752856b66c4efad4d7a88e84b (diff) | |
download | linux-18952651dae8efcc6d565c97f8fe5629b399cb3e.tar.bz2 |
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.c | 5 |
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. */ |