From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932344AbcGCX1y (ORCPT ); Sun, 3 Jul 2016 19:27:54 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:35466 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932289AbcGCX1h (ORCPT ); Sun, 3 Jul 2016 19:27:37 -0400 From: SeongJae Park To: byungchul.park@lge.com, paulmck@linux.vnet.ibm.com Cc: dhowells@redhat.com, minchan@kernel.org, mingo@kernel.org, corbet@lwn.net, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, SeongJae Park Subject: [PATCH v4 2/3] memory-barriers.txt: fix wrong section reference Date: Mon, 4 Jul 2016 08:27:07 +0900 Message-Id: <1467588428-5838-3-git-send-email-sj38.park@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1467588428-5838-1-git-send-email-sj38.park@gmail.com> References: <1467588428-5838-1-git-send-email-sj38.park@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: SeongJae Park --- 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 360faf4..5af1139 100644 --- a/Documentation/memory-barriers.txt +++ b/Documentation/memory-barriers.txt @@ -2035,7 +2035,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: -- 1.9.1