commit | 55ec936ff4e57cc626db336a7bf33b267390e9b4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Apr 13 12:22:33 2010 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon May 10 11:08:34 2010 -0700 |
tree | 51f86924d2c3c285b8132a8e414d83b5943374cd | |
parent | bbad937983147c017c25406860287cb94da9af7c [diff] |
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>