Michael S. Tsirkin 90a3ccb0be sh: define __smp_xxx, fix smp_store_mb for !SMP
sh variant of smp_store_mb() calls xchg() on !SMP which is stronger than
implied by both the name and the documentation.

define __smp_store_mb instead: code in asm-generic/barrier.h
will then define smp_store_mb correctly depending on
CONFIG_SMP.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
2016-01-12 20:46:57 +02:00
..
2015-11-06 11:50:24 -08:00
2014-12-19 22:55:06 +01:00
2015-11-23 09:44:58 +01:00
2014-04-03 16:20:52 -07:00
2015-09-08 14:35:59 -07:00
2012-05-10 17:20:01 +09:00