arch,alpha: Convert smp_mb__*() to the asm-generic primitives
authorPeter Zijlstra <peterz@infradead.org>
Wed, 12 Mar 2014 16:11:00 +0000 (17:11 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 18 Apr 2014 09:40:31 +0000 (11:40 +0200)
commit6ae11028a62b2f82ee283392a84f33da599a81e7
tree7327c915221892ea1158018410f964db6303dcbb
parentfebdbfe8a91ce0d11939d4940b592eb0dba8d663
arch,alpha: Convert smp_mb__*() to the asm-generic primitives

The Alpha ll/sc primitives do not imply any sort of barrier; therefore
the smp_mb__{before,after} should be a full barrier. This is the
default from asm-generic/barrier.h and therefore just remove the
current definitions.

Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/n/tip-iacwfd15lq3ta2v7jut747r7@git.kernel.org
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matt Turner <mattst88@gmail.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: linux-alpha@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/alpha/include/asm/atomic.h
arch/alpha/include/asm/bitops.h