1. 26 Oct, 2009 1 commit
  2. 20 Oct, 2009 1 commit
  3. 19 Oct, 2009 2 commits
  4. 18 Oct, 2009 2 commits
    • Paul Mundt's avatar
      sh: Fix up smp_mb__xxx() memory barriers for SH-4A SMP. · 1c8db713
      Paul Mundt authored
      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: default avatarPaul Mundt <lethal@linux-sh.org>
      1c8db713
    • Paul Mundt's avatar
      sh: Disable SCIF2 on the SH-X3 proto CPU. · 15dfdddb
      Paul Mundt authored
      SCIF2 and the FPU exceptions happen to share vector numbers, one in
      EXPEVT and the other in INTEVT. This is a violation of the interface and
      should have never made it in to silicon. On top of that, the demux hack
      that was added for special dispatch is rather error prone, and introduces
      more problems than it solves. Kill all of it off, and just refuse to deal
      with SCIF2 outright.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      15dfdddb
  5. 17 Oct, 2009 1 commit
  6. 16 Oct, 2009 13 commits
  7. 15 Oct, 2009 20 commits