1. 14 10月, 2011 1 次提交
    • N
      ARM: mach-s3c2410: remove memory.h · 8b5da2df
      Nicolas Pitre 提交于
      This also removes the mach/s3c2400 version which was probably never used
      due to the fact that we have this line in arch/arm/Makefile:
      
      machine-$(CONFIG_ARCH_S3C2410)          := s3c2410 s3c2400 [...]
      
      This is later used to construct the search path for:
      
      The compiler would be looking into mach-s3c2410 and picking up this
      version first.  Any config that was actually expecting the mach-s3c2400
      version was therefore producing a broken kernel binary.  Not relying on
      any of them anymore would fix that issue.
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      8b5da2df
  2. 26 9月, 2011 14 次提交
  3. 07 9月, 2011 1 次提交
  4. 30 8月, 2011 1 次提交
  5. 23 8月, 2011 5 次提交
  6. 22 8月, 2011 18 次提交