diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 12465f2ef766..b5005b762103 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -845,6 +845,17 @@ config RCU_CPU_STALL_DETECTOR | |||
845 | 845 | ||
846 | Say Y if you are unsure. | 846 | Say Y if you are unsure. |
847 | 847 | ||
848 | config RCU_CPU_STALL_TIMEOUT | ||
849 | int "RCU CPU stall timeout in seconds" | ||
850 | depends on RCU_CPU_STALL_DETECTOR | ||
851 | range 3 300 | ||
852 | default 60 | ||
853 | help | ||
854 | If a given RCU grace period extends more than the specified | ||
855 | number of seconds, a CPU stall warning is printed. If the | ||
856 | RCU grace period persists, additional CPU stall warnings are | ||
857 | printed at more widely spaced intervals. | ||
858 | |||
848 | config RCU_CPU_STALL_VERBOSE | 859 | config RCU_CPU_STALL_VERBOSE |
849 | bool "Print additional per-task information for RCU_CPU_STALL_DETECTOR" | 860 | bool "Print additional per-task information for RCU_CPU_STALL_DETECTOR" |
850 | depends on RCU_CPU_STALL_DETECTOR && TREE_PREEMPT_RCU | 861 | depends on RCU_CPU_STALL_DETECTOR && TREE_PREEMPT_RCU |