]> nv-tegra.nvidia Code Review - linux-2.6.git/commitdiff
rcu: enable CPU_STALL_VERBOSE by default
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 13 Apr 2010 19:22:33 +0000 (12:22 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 10 May 2010 18:08:34 +0000 (11:08 -0700)
The CPU_STALL_VERBOSE kernel configuration parameter was added to
2.6.34 to identify any preempted/blocked tasks that were preventing
the current grace period from completing when running preemptible
RCU.  As is conventional for new configurations parameters, this
defaulted disabled.  It is now time to enable it by default.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
lib/Kconfig.debug

index 94090b4bb7d2dfa9674b1f0a07584fa076b70529..930a9e5eae08e759a5ad392ab2b5790ad3498e05 100644 (file)
@@ -805,7 +805,7 @@ config RCU_CPU_STALL_DETECTOR
 config RCU_CPU_STALL_VERBOSE
        bool "Print additional per-task information for RCU_CPU_STALL_DETECTOR"
        depends on RCU_CPU_STALL_DETECTOR && TREE_PREEMPT_RCU
-       default n
+       default y
        help
          This option causes RCU to printk detailed per-task information
          for any tasks that are stalling the current RCU grace period.