From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2E4BC4332E for ; Wed, 13 Jan 2021 11:01:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B181923159 for ; Wed, 13 Jan 2021 11:01:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727666AbhAMLBM (ORCPT ); Wed, 13 Jan 2021 06:01:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:38844 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727624AbhAMLBL (ORCPT ); Wed, 13 Jan 2021 06:01:11 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3C344235E4; Wed, 13 Jan 2021 10:59:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610535570; bh=7SV1Wf2cFeBmyKYHN4PvxFbldMRcWaVnyyuX1AnarXg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jaTx/lCPLSeff37VJI9Yr0ga83qchFGKD7Df8bbk6VmWbWcoOXlEzQaqmiliPvGmJ OMAqdjH6KH6IytBqX5JIVRdTVvYpO9l8f4yL9oiVEHf0KEtITHY/kwV/Vzp+KNbZhI uiIzgQ+HPREo63B5roTTnOlzvxeg+1X4EMvnj91ESRAGRdYK7fb49fao/56VsKeJ3a M6r9dwMKQ8+u2eMKkzTgvJNv20AejljQ6EruRZo0qZlceQIjsgPFh1Ipg9cuaDyEYV O17ofYv0bFFtYitmmkRHfg07C/8PwUhCr8ELzz8T2H7WwM5N9nt1xHjeZ53k5f3FQx Zqr6hmOS5G4SA== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kzds7-00DpGh-PF; Wed, 13 Jan 2021 11:59:27 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Paul E. McKenney" , Akira Yokosawa , Alan Stern , Andrea Parri , Boqun Feng , Daniel Lustig , David Howells , Jade Alglave , Joel Fernandes , Luc Maranget , Nicholas Piggin , Peter Zijlstra , Will Deacon , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 19/24] doc: update rcu_dereference.rst reference Date: Wed, 13 Jan 2021 11:59:20 +0100 Message-Id: X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Changeset b00aedf978aa ("doc: Convert to rcu_dereference.txt to rcu_dereference.rst") renamed: Documentation/RCU/rcu_dereference.txt to: Documentation/RCU/rcu_dereference.rst. Update its cross-reference accordingly. Signed-off-by: Mauro Carvalho Chehab --- tools/memory-model/Documentation/glossary.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/memory-model/Documentation/glossary.txt b/tools/memory-model/Documentation/glossary.txt index b2da6365be63..6f3d16dbf467 100644 --- a/tools/memory-model/Documentation/glossary.txt +++ b/tools/memory-model/Documentation/glossary.txt @@ -19,7 +19,7 @@ Address Dependency: When the address of a later memory access is computed from the value returned by the rcu_dereference() on line 2, the address dependency extends from that rcu_dereference() to that "p->a". In rare cases, optimizing compilers can destroy address - dependencies. Please see Documentation/RCU/rcu_dereference.txt + dependencies. Please see Documentation/RCU/rcu_dereference.rst for more information. See also "Control Dependency" and "Data Dependency". -- 2.29.2