1. 29 Apr, 2003 1 commit
  2. 28 Apr, 2003 6 commits
  3. 27 Apr, 2003 26 commits
  4. 28 Apr, 2003 3 commits
    • Russell King's avatar
      [ARM] set_pgd is confusing; rename it switch_mm · 27510721
      Russell King authored
      set_pgd implies that we're setting a pgd entry.  We aren't; we're
      switching the MMU page table pointer.  Call it switch_mm instead.
      27510721
    • Russell King's avatar
      [ARM] Remove check_bugs() · ef76bbd2
      Russell King authored
      check_bugs() has never been used to detect buggy ARM CPUs.  Therefore
      is no point in passing it to the per-cpu support code.
      ef76bbd2
    • Russell King's avatar
      [ARM] Part 2 in the cache API changes. · d37d9068
      Russell King authored
      This is the new API; we now have methods for handling DMA which are
      separate from those handling the TLB consistency issues, which are
      in turn separate from the methods handling the cache coherency
      issues.
      
      Implementations are, however, free to alias these methods internally.
      d37d9068
  5. 27 Apr, 2003 4 commits