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)
commit55ec936ff4e57cc626db336a7bf33b267390e9b4
tree51f86924d2c3c285b8132a8e414d83b5943374cd
parentbbad937983147c017c25406860287cb94da9af7c
rcu: enable CPU_STALL_VERBOSE by default

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