1. 18 Feb, 2010 2 commits
    • Paul Mundt's avatar
      sh: Use uncached I/O helpers in PMB setup. · 2e450643
      Paul Mundt authored
      The PMB code is an example of something that spends an absurd amount of
      time running uncached when only a couple of operations really need to be.
      This switches over to the shiny new uncached helpers, permitting us to
      spend far more time running cached.
      
      Additionally, MMUCR twiddling is perfectly safe from cached space given
      that it's paired with a control register barrier, so fix that up, too.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      2e450643
    • Paul Mundt's avatar
      sh: Provide uncached I/O helpers. · b8f7918f
      Paul Mundt authored
      There are lots of registers that can only be updated from the uncached
      mapping, so we add some helpers for those cases in order to make it
      easier to ensure that we only make the jump when it's absolutely
      necessary.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      b8f7918f
  2. 17 Feb, 2010 7 commits
  3. 16 Feb, 2010 8 commits
  4. 15 Feb, 2010 3 commits
  5. 12 Feb, 2010 14 commits
  6. 11 Feb, 2010 6 commits