[PATCH] docbook: add futexes to kernel-locking docbook

From: Randy Dunlap
Date: Fri Jun 14 2013 - 15:23:52 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

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

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
---
Documentation/DocBook/kernel-locking.tmpl | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

--- lnx-310-rc5.orig/Documentation/DocBook/kernel-locking.tmpl
+++ lnx-310-rc5/Documentation/DocBook/kernel-locking.tmpl
@@ -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>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/