]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()
authorWill Deacon <will@kernel.org>
Wed, 30 Oct 2019 17:15:01 +0000 (17:15 +0000)
committerWill Deacon <will@kernel.org>
Tue, 21 Jul 2020 09:50:36 +0000 (10:50 +0100)
commit5b08ba02240fc60f9fd2ceac541eefd84115ac07
treee595c58c6d7cdb11ba37afcf5e1b35dc3708b0ad
parentb4d27a5e3ea464412c5a9b796a635aa155f82738
alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()

In preparation for removing smp_read_barrier_depends() altogether,
move the Alpha code over to using smp_rmb() and smp_mb() directly.

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
arch/alpha/include/asm/atomic.h
arch/alpha/include/asm/pgtable.h
mm/memory.c