]> git.karo-electronics.de Git - linux-beck.git/commit
rcutorture: TASKS_RCU set directly, so don't explicitly set it
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 20 Apr 2015 13:12:16 +0000 (06:12 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 27 May 2015 19:59:59 +0000 (12:59 -0700)
commit9a8e7062f6ee38cf53e4be1d52556fd93fac8b00
treefc0953f46ea872342228a0e65e773377cce5834f
parentca1d51ed9809a99d71c23a343b3acd3fd4ad8cbe
rcutorture: TASKS_RCU set directly, so don't explicitly set it

The TASKS01, TASKS02, and TASKS03 rcutorture config fragments currently
set CONFIG_TASKS_RCU.  However, now that the value of this Kconfig
parameter is set via "select" statements, it is no longer necessary to
set it explicitly.  This commit therefore removes it from the Kconfig
fragments.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Pranith Kumar <bobby.prani@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
tools/testing/selftests/rcutorture/configs/rcu/TASKS01
tools/testing/selftests/rcutorture/configs/rcu/TASKS02
tools/testing/selftests/rcutorture/configs/rcu/TASKS03