[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <51BB6DB8.1020601@infradead.org>
Date: Fri, 14 Jun 2013 12:23:36 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>
CC: Andrew Morton <akpm@...ux-foundation.org>,
Rob Landley <rob@...dley.net>
Subject: [PATCH] docbook: add futexes to kernel-locking docbook
From: Randy Dunlap <rdunlap@...radead.org>
Add Fast User Mutexes (futexes) to kernel-locking docbook.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists