memory-barriers.txt: Fix broken link to atomic_ops.txt
authorSeongJae Park <sj38.park@gmail.com>
Thu, 6 Jul 2017 18:21:17 +0000 (03:21 +0900)
committerJonathan Corbet <corbet@lwn.net>
Wed, 12 Jul 2017 22:56:30 +0000 (16:56 -0600)
Few obsolete links to atomic_ops.txt exist in memory-barriers.txt though
the file has moved to core-api/atomic_ops.rst.  This commit fixes the
obsolete links.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/memory-barriers.txt

index f1c9eaa45a577c77e9ff294d15b19078decc089f..3ed0d8bf2412e382d2c84e72e6eba3dde8b4cdec 100644 (file)
@@ -1876,8 +1876,8 @@ There are some more advanced barrier functions:
      This makes sure that the death mark on the object is perceived to be set
      *before* the reference counter is decremented.
 
-     See Documentation/atomic_ops.txt for more information.  See the "Atomic
-     operations" subsection for information on where to use these.
+     See Documentation/core-api/atomic_ops.rst for more information.  See the
+     "Atomic operations" subsection for information on where to use these.
 
 
  (*) lockless_dereference();
@@ -2584,7 +2584,7 @@ situations because on some CPUs the atomic instructions used imply full memory
 barriers, and so barrier instructions are superfluous in conjunction with them,
 and in such cases the special barrier primitives will be no-ops.
 
-See Documentation/atomic_ops.txt for more information.
+See Documentation/core-api/atomic_ops.rst for more information.
 
 
 ACCESSING DEVICES