Browse Source

memory-barriers.txt: Fix broken link to atomic_ops.txt

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>
SeongJae Park 8 năm trước cách đây
mục cha
commit
3afadfd902
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      Documentation/memory-barriers.txt

+ 3 - 3
Documentation/memory-barriers.txt

@@ -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
      This makes sure that the death mark on the object is perceived to be set
      *before* the reference counter is decremented.
      *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();
  (*) 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,
 barriers, and so barrier instructions are superfluous in conjunction with them,
 and in such cases the special barrier primitives will be no-ops.
 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
 ACCESSING DEVICES