From: Paul E. McKenney Date: Sat, 5 Apr 2014 00:17:35 +0000 (-0700) Subject: locktorture: Remove reference to nonexistent Kconfig parameter X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~26^2^2~2^3~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d065eacfdb9d47010f120e9310d7fc8ef2eba272;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed