]> www.infradead.org Git - linux.git/commitdiff
docs/memory-barriers.txt: Remove left-over references to "CACHE COHERENCY"
authorAkira Yokosawa <akiyks@gmail.com>
Tue, 2 Jul 2024 11:42:44 +0000 (20:42 +0900)
committerPaul E. McKenney <paulmck@kernel.org>
Sat, 14 Sep 2024 06:56:44 +0000 (23:56 -0700)
Commit 8ca924aeb4f2 ("Documentation/barriers: Remove references to
[smp_]read_barrier_depends()") removed the entire section of "CACHE
COHERENCY", without getting rid of its traces.

Remove them.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: Andrea Parri <parri.andrea@gmail.com>
Documentation/memory-barriers.txt

index 4202174a6262c56e15190424a59f2e2619de6d8b..93d58d9a428b879194ff03ef1aa1ca7c9e01fa14 100644 (file)
@@ -88,7 +88,6 @@ CONTENTS
 
  (*) The effects of the cpu cache.
 
-     - Cache coherency.
      - Cache coherency vs DMA.
      - Cache coherency vs MMIO.
 
@@ -677,8 +676,6 @@ include/linux/rcupdate.h.  This permits the current target of an RCU'd
 pointer to be replaced with a new modified target, without the replacement
 target appearing to be incompletely initialised.
 
-See also the subsection on "Cache Coherency" for a more thorough example.
-
 
 CONTROL DEPENDENCIES
 --------------------