1. 02 5月, 2007 6 次提交
  2. 30 4月, 2007 1 次提交
  3. 28 4月, 2007 1 次提交
  4. 27 4月, 2007 2 次提交
    • O
      [POWERPC] Generic check_legacy_ioport · 8d8a0241
      Olaf Hering 提交于
      check_legacy_ioport makes only sense on PREP, CHRP and pSeries.
      They may have an isa node with PS/2, parport, floppy and serial ports.
      
      Remove the check_legacy_ioport call from ppc_md, it's not needed
      anymore.  Hardware capabilities come from the device-tree.
      Signed-off-by: NOlaf Hering <olaf@aepfle.de>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      8d8a0241
    • D
      [POWERPC] Prepare for splitting up mmu.h by MMU type · 8d2169e8
      David Gibson 提交于
      Currently asm-powerpc/mmu.h has definitions for the 64-bit hash based
      MMU.  If CONFIG_PPC64 is not set, it instead includes asm-ppc/mmu.h
      which contains a particularly horrible mess of #ifdefs giving the
      definitions for all the various 32-bit MMUs.
      
      It would be nice to have the low level definitions for each MMU type
      neatly in their own separate files.  It would also be good to wean
      arch/powerpc off dependence on the old asm-ppc/mmu.h.
      
      This patch makes a start on such a cleanup by moving the definitions
      for the 64-bit hash MMU to their own file, asm-powerpc/mmu_hash64.h.
      Definitions for the other MMUs still all come from asm-ppc/mmu.h,
      however each MMU type can now be one-by-one moved over to their own
      file, in the process cleaning them up stripping them of cruft no
      longer necessary in arch/powerpc.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      8d2169e8
  5. 26 4月, 2007 3 次提交
  6. 24 4月, 2007 15 次提交
  7. 18 4月, 2007 1 次提交
  8. 13 4月, 2007 11 次提交