Skip to content

Commit 2040c9c

Browse files
akiykspaulmckrcu
authored andcommitted
docs/memory-barriers.txt: Remove left-over references to "CACHE COHERENCY"
Commit 8ca924a ("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 <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Acked-by: Andrea Parri <[email protected]>
1 parent b9a6e87 commit 2040c9c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Documentation/memory-barriers.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ CONTENTS
8888

8989
(*) The effects of the cpu cache.
9090

91-
- Cache coherency.
9291
- Cache coherency vs DMA.
9392
- Cache coherency vs MMIO.
9493

@@ -677,8 +676,6 @@ include/linux/rcupdate.h. This permits the current target of an RCU'd
677676
pointer to be replaced with a new modified target, without the replacement
678677
target appearing to be incompletely initialised.
679678

680-
See also the subsection on "Cache Coherency" for a more thorough example.
681-
682679

683680
CONTROL DEPENDENCIES
684681
--------------------

0 commit comments

Comments
 (0)