aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index c6ee805202bd..bc6673ab3a08 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1139,7 +1139,7 @@ config PROVE_LOCKING
1139 the proof of observed correctness is also maintained for an 1139 the proof of observed correctness is also maintained for an
1140 arbitrary combination of these separate locking variants. 1140 arbitrary combination of these separate locking variants.
1141 1141
1142 For more details, see Documentation/locking/lockdep-design.txt. 1142 For more details, see Documentation/locking/lockdep-design.rst.
1143 1143
1144config LOCK_STAT 1144config LOCK_STAT
1145 bool "Lock usage statistics" 1145 bool "Lock usage statistics"
@@ -1153,7 +1153,7 @@ config LOCK_STAT
1153 help 1153 help
1154 This feature enables tracking lock contention points 1154 This feature enables tracking lock contention points
1155 1155
1156 For more details, see Documentation/locking/lockstat.txt 1156 For more details, see Documentation/locking/lockstat.rst
1157 1157
1158 This also enables lock events required by "perf lock", 1158 This also enables lock events required by "perf lock",
1159 subcommand of perf. 1159 subcommand of perf.