Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753774Ab3FNTXt (ORCPT ); Fri, 14 Jun 2013 15:23:49 -0400 Received: from merlin.infradead.org ([205.233.59.134]:36460 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753206Ab3FNTXs (ORCPT ); Fri, 14 Jun 2013 15:23:48 -0400 Message-ID: <51BB6DB8.1020601@infradead.org> Date: Fri, 14 Jun 2013 12:23:36 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: LKML CC: Andrew Morton , Rob Landley Subject: [PATCH] docbook: add futexes to kernel-locking docbook Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1035 Lines: 35 From: Randy Dunlap Add Fast User Mutexes (futexes) to kernel-locking docbook. Signed-off-by: Randy Dunlap --- 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. - + Mutex API reference !Iinclude/linux/mutex.h !Ekernel/mutex.c + + Futex API reference +!Ikernel/futex.c + + Further reading -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/