Skip to content

Commit

Permalink
docbook: add futexes to kernel-locking docbook
Browse files Browse the repository at this point in the history
Add Fast User Mutexes (futexes) to kernel-locking docbook.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jul 3, 2013
1 parent b57a050 commit 4d8eaaa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Documentation/DocBook/kernel-locking.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 4d8eaaa

Please sign in to comment.