]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
powerpc: Remove comment about read_barrier_depends()
authorWill Deacon <will@kernel.org>
Fri, 8 Nov 2019 17:01:18 +0000 (17:01 +0000)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 24 Jan 2020 18:33:52 +0000 (10:33 -0800)
'read_barrier_depends()' doesn't exist anymore so stop talking about it.

Signed-off-by: Will Deacon <will@kernel.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
arch/powerpc/include/asm/barrier.h

index fbe8df433019007e4122d241cdfccfdae270e291..123adcefd40f691185112b0794130d2bb8abf961 100644 (file)
@@ -18,8 +18,6 @@
  * mb() prevents loads and stores being reordered across this point.
  * rmb() prevents loads being reordered across this point.
  * wmb() prevents stores being reordered across this point.
- * read_barrier_depends() prevents data-dependent loads being reordered
- *     across this point (nop on PPC).
  *
  * *mb() variants without smp_ prefix must order all types of memory
  * operations with one another. sync is the only instruction sufficient