1. 16 Sep, 2003 3 commits
    • Russell King's avatar
      [ARM] Detect and fix up CPUs with non-coherent write buffers. · 04e8f7d2
      Russell King authored
      Jamie Lokier's cache testing program discovered a problem which seems
      to be present in some CPU write buffers.  This cset allows the kernel
      to detect the flaw and activate a workaround to restore the user
      space expectations.
      04e8f7d2
    • Russell King's avatar
      [ARM] Update ARM CPU support. · 295864f7
      Russell King authored
      Move ARM CPU configuration to arch/arm/mm.  Seperate out the selection
      of the abort, cache handling, optimised page copying and TLB handling
      from the Makefile, and move it into the configuration system.  This
      allows us to select the correct files in arch/arm/mm and pick the
      appropriate definitions in include/asm-arm/* based upon a config
      symbol rather than a bunch of configuration symbols.
      
      Also add ARM1020E, ARM1022 and ARM1026 CPU support.
      295864f7
    • Russell King's avatar
      aa26ae6f
  2. 11 Sep, 2003 37 commits