* [tip: core/rcu] powerpc: Remove comment about read_barrier_depends()
@ 2020-01-25 10:42 tip-bot2 for Will Deacon
0 siblings, 0 replies; only message in thread
From: tip-bot2 for Will Deacon @ 2020-01-25 10:42 UTC (permalink / raw)
To: linux-tip-commits
Cc: Will Deacon, Michael Ellerman, Paul E. McKenney, x86, LKML
The following commit has been merged into the core/rcu branch of tip:
Commit-ID: c7e9c01f928a0e7e467ec3efe1b56bc566678bae
Gitweb: https://git.kernel.org/tip/c7e9c01f928a0e7e467ec3efe1b56bc566678bae
Author: Will Deacon <will@kernel.org>
AuthorDate: Fri, 08 Nov 2019 17:01:18
Committer: Paul E. McKenney <paulmck@kernel.org>
CommitterDate: Fri, 24 Jan 2020 10:33:52 -08:00
powerpc: Remove comment about read_barrier_depends()
'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 | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/powerpc/include/asm/barrier.h b/arch/powerpc/include/asm/barrier.h
index fbe8df4..123adce 100644
--- a/arch/powerpc/include/asm/barrier.h
+++ b/arch/powerpc/include/asm/barrier.h
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-25 10:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-25 10:42 [tip: core/rcu] powerpc: Remove comment about read_barrier_depends() tip-bot2 for Will Deacon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®