Skip to content

Commit c7e9c01

Browse files
willdeaconpaulmckrcu
authored andcommitted
powerpc: Remove comment about read_barrier_depends()
'read_barrier_depends()' doesn't exist anymore so stop talking about it. Signed-off-by: Will Deacon <[email protected]> Acked-by: Michael Ellerman <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 05d3596 commit c7e9c01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/powerpc/include/asm/barrier.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
* mb() prevents loads and stores being reordered across this point.
1919
* rmb() prevents loads being reordered across this point.
2020
* wmb() prevents stores being reordered across this point.
21-
* read_barrier_depends() prevents data-dependent loads being reordered
22-
* across this point (nop on PPC).
2321
*
2422
* *mb() variants without smp_ prefix must order all types of memory
2523
* operations with one another. sync is the only instruction sufficient

0 commit comments

Comments
 (0)