1. 27 Jul, 2002 1 commit
  2. 28 Jul, 2002 3 commits
    • Guido Barzini's avatar
      [ARM PATCH] 1179/1: ldm/stm alignement fixups: treat 920T the same as 922T · e861caac
      Guido Barzini authored
       The check in do_alignment_ldmstm for addr and eaddr being the same is #ifdef'd
      out for the ARM922T because they aren't expected to be the same due to the 
      different way the MMU sets addr. The ARM920T is just a 922T with more cache, 
      and should be treated the same. I've checked on a real ARM920T and it does 
      complain loudly every time it fixes up a misaligned ldm/stm unless this 
      patch is applied.
       I suspect that the ARM926 should be treated the same way as well, but I can't
      find any relevant documentation on ARM's web-site, so have left it out. 
      e861caac
    • Russell King's avatar
      [ARM] Two small changes · 36023e6d
      Russell King authored
      Remove a couple of needless includes from system3.c, and update
      mach-types file.
      36023e6d
    • Russell King's avatar
      [ARM] Prevent oops in free_pages() when freeing a pgd · 7524af98
      Russell King authored
      free_pages() oopses if page->mapping is non-NULL.  Ensure that any
      rmap datastructures for the page are freed before freeing the
      concerned page.
      7524af98
  3. 27 Jul, 2002 20 commits
  4. 26 Jul, 2002 2 commits
  5. 27 Jul, 2002 1 commit
  6. 26 Jul, 2002 13 commits