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