From: Randy Dunlap <[email protected]>
Add Fast User Mutexes (futexes) to kernel-locking docbook.
Signed-off-by: Randy Dunlap <[email protected]>
---
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>
On 06/14/2013 02:23:36 PM, Randy Dunlap wrote:
> From: Randy Dunlap <[email protected]>
>
> Add Fast User Mutexes (futexes) to kernel-locking docbook.
>
> Signed-off-by: Randy Dunlap <[email protected]>
For what it's worth:
Acked-by: Rob Landley <[email protected]>
Rob-