From e98c5e84e4df6fb180a017ff63ac80de520014fa Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Wed, 23 May 2007 13:57:41 -0700 Subject: [PATCH] --- yaml --- r: 56879 b: refs/heads/master c: 9aaffc898ff4a3df18c5fc4b9e0fa47e779ad726 h: refs/heads/master i: 56877: f2c390145d52e7d97131d3e9fbc6d8418dc69899 56875: 7d75f285ebf5d791e232990b4b2b904cfebc17c1 56871: f38fc6c45f397201a02495921aee579050e752ea 56863: 7ac0d8fcfe08250601952839c385c3bb47fb1b09 v: v3 --- [refs] | 2 +- trunk/lib/Kconfig.debug | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0a6baff5d914..18b72355c32b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf6acedbeac17dea1c1eed85048a72e188f3f768 +refs/heads/master: 9aaffc898ff4a3df18c5fc4b9e0fa47e779ad726 diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index fbc5c622acb0..1ba77ca7d165 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/lib/Kconfig.debug @@ -378,14 +378,13 @@ config FORCED_INLINING config RCU_TORTURE_TEST tristate "torture tests for RCU" depends on DEBUG_KERNEL + depends on m default n help This option provides a kernel module that runs torture tests on the RCU infrastructure. The kernel module may be built after the fact on the running kernel to be tested, if desired. - Say Y here if you want RCU torture tests to start automatically - at boot time (you probably don't). Say M if you want the RCU torture tests to build as a module. Say N if you are unsure.