1. 26 1月, 2016 1 次提交
    • M
      sh: fix smp_store_mb for !SMP · fb9b050c
      Michael S. Tsirkin 提交于
      sh variant of smp_store_mb() calls xchg() on !SMP which is stronger than
      implied by both the name and the documentation.
      
      commit 90a3ccb0 ("sh: define __smp_xxx,
      fix smp_store_mb for !SMP") was supposed to fix it but
      left the bug in place.
      
      Drop smp_store_mb, so that code in asm-generic/barrier.h
      will define it correctly depending on CONFIG_SMP.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      fb9b050c
  2. 13 1月, 2016 1 次提交
  3. 19 5月, 2015 1 次提交
  4. 12 1月, 2014 1 次提交
  5. 29 3月, 2012 1 次提交