Hi, Other than Peter's recent rename of set_mb to reflect the SMP ordering nature of the call, there really hasn't updates that further reflect this. Here are some pretty straightforward updates, but ultimately wonder if we cannot make the call the same for all archs; which is where we seem to be headed _anyway_, more of this in Patch 3 which updates x86.
Patch 1 is just one a snuck in while looking at arch code. Only tested on the x86 bits. Thanks! Davidlohr Bueso (4): arch,cmpxchg: Remove tas() definitions arch,barrier: Use smp barriers in smp_store_release() x86,asm: Re-work smp_store_mb() doc,smp: Remove ambiguous statement in smp_store_mb() Documentation/memory-barriers.txt | 4 ++-- arch/blackfin/include/asm/cmpxchg.h | 1 - arch/c6x/include/asm/cmpxchg.h | 2 -- arch/frv/include/asm/cmpxchg.h | 2 -- arch/ia64/include/asm/barrier.h | 2 +- arch/powerpc/include/asm/barrier.h | 2 +- arch/s390/include/asm/barrier.h | 2 +- arch/tile/include/asm/cmpxchg.h | 2 -- arch/x86/include/asm/barrier.h | 8 ++++++-- include/asm-generic/barrier.h | 2 +- 10 files changed, 12 insertions(+), 15 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/