diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 4 |
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 | ||
1144 | config LOCK_STAT | 1144 | config 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. |