1. 29 Apr, 2003 1 commit
    • Russell King's avatar
      [ARM] Fix elf_fpregset_t · b7d48a12
      Russell King authored
      This is a fix from eons ago, which apparantly has been in the old
      Rebel.com netwinder CVS for several years, and has never been
      submitted upstream.
      
      This fix allows FP registers to be correctly written to ELF core
      files, as well as preventing corruption of other parts of ELF core
      files caused by data on the kernel stack being overwritten.
      b7d48a12
  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