commit | f1dbc54b929c5917c57b6661c9e37e42868b26a4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 25 08:23:06 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 24 16:04:09 2017 -0700 |
tree | e6aea64b9334e2a34445b9ed3f5d64e3aece77da | |
parent | ac3748c60426602c091c8c9281c95fadb781fcc0 [diff] |
rcu: Remove CONFIG_TASKS_RCU ifdef from rcuperf.c The synchronize_rcu_tasks() and call_rcu_tasks() APIs are now available regardless of kernel configuration, so this commit removes the CONFIG_TASKS_RCU ifdef from rcuperf.c. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>