Re: [PATCH 11/31] arch,cris: Convert smp_mb__*

2014-03-20 Thread Jesper Nilsson
On Wed, Mar 19, 2014 at 07:47:40AM +0100, Peter Zijlstra wrote: > Cris fully relies on asm-generic/barrier.h, therefore its smp_mb() is > barrier(), thus we can use the default implementation that uses > smp_mb(). For the CRIS parts: Acked-by: Jesper Nilsson > Signed-off-by: Peter Zijlstra /^

[PATCH 11/31] arch,cris: Convert smp_mb__*

2014-03-19 Thread Peter Zijlstra
Cris fully relies on asm-generic/barrier.h, therefore its smp_mb() is barrier(), thus we can use the default implementation that uses smp_mb(). Signed-off-by: Peter Zijlstra --- arch/cris/include/asm/atomic.h |7 +-- arch/cris/include/asm/bitops.h |9 ++--- 2 files changed, 3 ins