From: Randy Dunlap Date: Wed, 3 Jul 2013 22:08:10 +0000 (-0700) Subject: docbook: add futexes to kernel-locking docbook X-Git-Tag: v3.11-rc1~99^2~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d8eaaae7629074b6d3455cb71632f5969f34de7;p=thirdparty%2Flinux.git docbook: add futexes to kernel-locking docbook Add Fast User Mutexes (futexes) to kernel-locking docbook. Signed-off-by: Randy Dunlap Acked-by: Rob Landley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/DocBook/kernel-locking.tmpl b/Documentation/DocBook/kernel-locking.tmpl index 67e7ab41c0a65..09e884e5b9f53 100644 --- a/Documentation/DocBook/kernel-locking.tmpl +++ b/Documentation/DocBook/kernel-locking.tmpl @@ -1955,12 +1955,17 @@ machines due to caching. - + Mutex API reference !Iinclude/linux/mutex.h !Ekernel/mutex.c + + Futex API reference +!Ikernel/futex.c + + Further reading