Commit 796cacdd authored by Tom Saeger's avatar Tom Saeger Committed by Jonathan Corbet
Browse files

Documentation: fix locking rt-mutex doc refs

parent 4845688d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@ RT-mutex implementation design


This document tries to describe the design of the rtmutex.c implementation.
This document tries to describe the design of the rtmutex.c implementation.
It doesn't describe the reasons why rtmutex.c exists. For that please see
It doesn't describe the reasons why rtmutex.c exists. For that please see
Documentation/rt-mutex.txt.  Although this document does explain problems
Documentation/locking/rt-mutex.txt.  Although this document does explain problems
that happen without this code, but that is in the concept to understand
that happen without this code, but that is in the concept to understand
what the code actually is doing.
what the code actually is doing.


+1 −1
Original line number Original line Diff line number Diff line
@@ -119,4 +119,4 @@ properties of futexes, and all four combinations are possible: futex,
robust-futex, PI-futex, robust+PI-futex.
robust-futex, PI-futex, robust+PI-futex.


More details about priority inheritance can be found in
More details about priority inheritance can be found in
Documentation/rt-mutex.txt.
Documentation/locking/rt-mutex.txt.