[tip: locking/core] tools/memory-model: Remove reference to atomic_ops.rst

From: tip-bot2 for Akira Yokosawa
Date: Sun Apr 11 2021 - 09:49:44 EST


The following commit has been merged into the locking/core branch of tip:

Commit-ID: 9146658cc49a1dbed5ece140f658be884e189ade
Gitweb: https://git.kernel.org/tip/9146658cc49a1dbed5ece140f658be884e189ade
Author: Akira Yokosawa <akiyks@xxxxxxxxx>
AuthorDate: Thu, 14 Jan 2021 23:09:07 +09:00
Committer: Paul E. McKenney <paulmck@xxxxxxxxxx>
CommitterDate: Mon, 08 Mar 2021 14:29:22 -08:00

tools/memory-model: Remove reference to atomic_ops.rst

atomic_ops.rst was removed by commit f0400a77ebdc ("atomic: Delete
obsolete documentation").
Remove the broken link in tools/memory-model/Documentation/simple.txt.

Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx>
Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
---
tools/memory-model/Documentation/simple.txt | 1 -
1 file changed, 1 deletion(-)

diff --git a/tools/memory-model/Documentation/simple.txt b/tools/memory-model/Documentation/simple.txt
index 81e1a0e..4c789ec 100644
--- a/tools/memory-model/Documentation/simple.txt
+++ b/tools/memory-model/Documentation/simple.txt
@@ -189,7 +189,6 @@ Additional information may be found in these files:

Documentation/atomic_t.txt
Documentation/atomic_bitops.txt
-Documentation/core-api/atomic_ops.rst
Documentation/core-api/refcount-vs-atomic.rst

Reading code using these primitives is often also quite helpful.