Skip to content

Commit

Permalink
docs/memory-barriers.txt: Remove left-over references to "CACHE COHER…
Browse files Browse the repository at this point in the history
…ENCY"

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]>
  • Loading branch information
akiyks authored and paulmckrcu committed Sep 14, 2024
1 parent b9a6e87 commit 2040c9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Documentation/memory-barriers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ CONTENTS

(*) The effects of the cpu cache.

- Cache coherency.
- Cache coherency vs DMA.
- Cache coherency vs MMIO.

Expand Down Expand Up @@ -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
--------------------
Expand Down

0 comments on commit 2040c9c

Please sign in to comment.