1. 30 10月, 2009 6 次提交
  2. 28 10月, 2009 5 次提交
  3. 27 10月, 2009 11 次提交
  4. 26 10月, 2009 14 次提交
  5. 20 10月, 2009 1 次提交
  6. 19 10月, 2009 2 次提交
  7. 18 10月, 2009 1 次提交
    • P
      sh: Fix up smp_mb__xxx() memory barriers for SH-4A SMP. · 1c8db713
      Paul Mundt 提交于
      In the past these were simply wrapping to barrier() which was sufficient
      on SH SMP platforms predating SH-4A. Unfortunately due to ll/sc semantics
      an explicit synco is needed in these cases, which is sorted for us by
      just switching these over to smp_mb(). smp_mb() also has the benefit of
      being wrapped to barrier() in the UP and non-SH4A cases, so old behaviour
      is maintained for those parts.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      1c8db713