1. 11 7月, 2007 1 次提交
    • F
      [MIPS] Allow generic spaces.h to be included by platform specific ones · 09bb9ce1
      Franck Bui-Huu 提交于
      Before this patch, when a platform needed to customize one constant in
      spaces.h, they need to redefine all of them.
      
      Now they can just redefine one constant and include the generic file
      header at the end:
      
      	#include <asm/mach-generic/spaces.h>
      
      This patch doesn't allow to redefine CAC_BASE, IO_BASE and UNCAC_BASE
      for 32 bits platforms because there's no need to do so.
      
      This will avoid some macro duplications. It's important specially if
      we'll add complex macros.
      Signed-off-by: NFranck Bui-Huu <fbuihuu@gmail.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      
       delete mode 100644 include/asm-mips/mach-ip32/spaces.h
      09bb9ce1
  2. 30 10月, 2005 1 次提交
  3. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4