From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752196AbcHLI0Z (ORCPT ); Fri, 12 Aug 2016 04:26:25 -0400 Received: from terminus.zytor.com ([198.137.202.10]:52494 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751022AbcHLI0S (ORCPT ); Fri, 12 Aug 2016 04:26:18 -0400 Date: Fri, 12 Aug 2016 01:25:46 -0700 From: tip-bot for SeongJae Park Message-ID: Cc: hpa@zytor.com, mingo@kernel.org, linux-kernel@vger.kernel.org, sj38.park@gmail.com, tglx@linutronix.de, torvalds@linux-foundation.org, paulmck@linux.vnet.ibm.com, peterz@infradead.org Reply-To: peterz@infradead.org, paulmck@linux.vnet.ibm.com, torvalds@linux-foundation.org, sj38.park@gmail.com, tglx@linutronix.de, mingo@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com In-Reply-To: <1470939463-31950-2-git-send-email-paulmck@linux.vnet.ibm.com> References: <1470939463-31950-2-git-send-email-paulmck@linux.vnet.ibm.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:locking/core] locking/Documentation: Fix wrong section reference Git-Commit-ID: d7cab36db83be458e8987ae352902958977e7925 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: d7cab36db83be458e8987ae352902958977e7925 Gitweb: http://git.kernel.org/tip/d7cab36db83be458e8987ae352902958977e7925 Author: SeongJae Park AuthorDate: Thu, 11 Aug 2016 11:17:41 -0700 Committer: Ingo Molnar CommitDate: Fri, 12 Aug 2016 08:24:13 +0200 locking/Documentation: Fix wrong section reference Signed-off-by: SeongJae Park Signed-off-by: Paul E. McKenney Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: dhowells@redhat.com Cc: linux-arch@vger.kernel.org Cc: will.deacon@arm.com Link: http://lkml.kernel.org/r/1470939463-31950-2-git-send-email-paulmck@linux.vnet.ibm.com Signed-off-by: Ingo Molnar --- Documentation/memory-barriers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt index e1926a0..19c8eb6 100644 --- a/Documentation/memory-barriers.txt +++ b/Documentation/memory-barriers.txt @@ -2076,7 +2076,7 @@ systems, and so cannot be counted on in such a situation to actually achieve anything at all - especially with respect to I/O accesses - unless combined with interrupt disabling operations. -See also the section on "Inter-CPU locking barrier effects". +See also the section on "Inter-CPU acquiring barrier effects". As an example, consider the following: