diff options
Diffstat (limited to 'Documentation/kernel-hacking/locking.rst')
-rw-r--r-- | Documentation/kernel-hacking/locking.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-hacking/locking.rst b/Documentation/kernel-hacking/locking.rst index dc698ea456e0..a8518ac0d31d 100644 --- a/Documentation/kernel-hacking/locking.rst +++ b/Documentation/kernel-hacking/locking.rst | |||
@@ -1364,7 +1364,7 @@ Futex API reference | |||
1364 | Further reading | 1364 | Further reading |
1365 | =============== | 1365 | =============== |
1366 | 1366 | ||
1367 | - ``Documentation/locking/spinlocks.txt``: Linus Torvalds' spinlocking | 1367 | - ``Documentation/locking/spinlocks.rst``: Linus Torvalds' spinlocking |
1368 | tutorial in the kernel sources. | 1368 | tutorial in the kernel sources. |
1369 | 1369 | ||
1370 | - Unix Systems for Modern Architectures: Symmetric Multiprocessing and | 1370 | - Unix Systems for Modern Architectures: Symmetric Multiprocessing and |