rcu: Remove CONFIG_TASKS_RCU ifdef from rcuperf.c
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 25 May 2017 15:23:06 +0000 (08:23 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 24 Jul 2017 23:04:09 +0000 (16:04 -0700)
commitf1dbc54b929c5917c57b6661c9e37e42868b26a4
treee6aea64b9334e2a34445b9ed3f5d64e3aece77da
parentac3748c60426602c091c8c9281c95fadb781fcc0
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>
kernel/rcu/rcuperf.c