Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d8eaaae authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

docbook: add futexes to kernel-locking docbook



Add Fast User Mutexes (futexes) to kernel-locking docbook.

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Acked-by: default avatarRob Landley <rob@landley.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b57a0505
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -1955,12 +1955,17 @@ machines due to caching.
   </sect1>
  </chapter>

  <chapter id="apiref">
  <chapter id="apiref-mutex">
   <title>Mutex API reference</title>
!Iinclude/linux/mutex.h
!Ekernel/mutex.c
  </chapter>

  <chapter id="apiref-futex">
   <title>Futex API reference</title>
!Ikernel/futex.c
  </chapter>

  <chapter id="references">
   <title>Further reading</title>