locktorture: Remove reference to nonexistent Kconfig parameter
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 5 Apr 2014 00:17:35 +0000 (17:17 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 14 May 2014 16:46:28 +0000 (09:46 -0700)
commitd065eacfdb9d47010f120e9310d7fc8ef2eba272
tree00b4154bd7ff894b095f88984198e5b7c9c157da
parent48d684fdad83d7525a557e6ff9c37811b6a9947b
locktorture: Remove reference to nonexistent Kconfig parameter

The locktorture module references CONFIG_LOCK_TORTURE_TEST_RUNNABLE,
which does not exist.  Which is a good thing, because otherwise
randconfig testing could enable both rcutorture and locktorture
concurrently, which the torture tests are not set up for.  This
commit therefore removes the reference, so that test is runnable
immediately only when inserted as a module.

Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/locking/locktorture.c
This page took 0.026347 seconds and 5 git commands to generate.