1. 28 1月, 2008 4 次提交
  2. 24 1月, 2008 3 次提交
  3. 14 12月, 2007 1 次提交
  4. 03 12月, 2007 1 次提交
  5. 05 10月, 2007 2 次提交
  6. 04 10月, 2007 3 次提交
  7. 22 9月, 2007 1 次提交
  8. 23 8月, 2007 1 次提交
    • K
      [POWERPC] Remove old includes from arch/ppc · ed16c20d
      Kumar Gala 提交于
      Remove includes of files that existed in arch/ppc that we dont need in
      arch/powerpc anymore.  The following includes were removed:
      
       <asm/amigappc.h>
       <asm/bootinfo.h>
       <asm/ppcboot.h>
       <asm/ppc_sys.h>
       <asm/residual.h>
       <asm/m8260_pci.h>
      
      This also caused platforms/embedded6xx/mpc7448_hpc2.h to no longer be
      needed and thus removed.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ed16c20d
  9. 22 8月, 2007 1 次提交
  10. 17 8月, 2007 1 次提交
  11. 18 7月, 2007 1 次提交
  12. 10 7月, 2007 1 次提交
  13. 09 5月, 2007 1 次提交
  14. 13 4月, 2007 2 次提交
  15. 16 3月, 2007 1 次提交
  16. 07 2月, 2007 2 次提交
  17. 26 9月, 2005 1 次提交
    • P
      powerpc: Merge enough to start building in arch/powerpc. · 14cf11af
      Paul Mackerras 提交于
      This creates the directory structure under arch/powerpc and a bunch
      of Kconfig files.  It does a first-cut merge of arch/powerpc/mm,
      arch/powerpc/lib and arch/powerpc/platforms/powermac.  This is enough
      to build a 32-bit powermac kernel with ARCH=powerpc.
      
      For now we are getting some unmerged files from arch/ppc/kernel and
      arch/ppc/syslib, or arch/ppc64/kernel.  This makes some minor changes
      to files in those directories and files outside arch/powerpc.
      
      The boot directory is still not merged.  That's going to be interesting.
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      14cf11af