aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-07-20 17:52:09 -0700
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2015-07-20 17:52:09 -0700
commitfe2acd45b3efd91c487f754653923ab446920764 (patch)
treed313eac6b9437fffdfe13337db8a79f64d6a4a99 /lib
parente1d756084df57fc2219bb310f3c7bfdf3b647bad (diff)
parentcdacbe1f91264687af956e810278030f2ab5a3d0 (diff)
Merge branches 'fixes.2015.07.20a' and 'initexp.2015.07.17b' into HEAD
fixes.2015.07.20a: Miscellaneous fixes. initexp.2015.07.17b: Initialization and expedited updates. (Single branch due to conflicts.)
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 26da2caa7d15..3e0b662cae09 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1353,20 +1353,6 @@ config RCU_CPU_STALL_TIMEOUT
RCU grace period persists, additional CPU stall warnings are
printed at more widely spaced intervals.
-config RCU_CPU_STALL_INFO
- bool "Print additional diagnostics on RCU CPU stall"
- depends on (TREE_RCU || PREEMPT_RCU) && DEBUG_KERNEL
- default y
- help
- For each stalled CPU that is aware of the current RCU grace
- period, print out additional per-CPU diagnostic information
- regarding scheduling-clock ticks, idle state, and,
- for RCU_FAST_NO_HZ kernels, idle-entry state.
-
- Say N if you are unsure.
-
- Say Y if you want to enable such diagnostics.
-
config RCU_TRACE
bool "Enable tracing for RCU"
depends on DEBUG_KERNEL