1. 15 1月, 2011 2 次提交
    • R
      ARM: Fix build regression on SA11x0, PXA, and H720x targets · 671289c2
      Russell King 提交于
      Build errors similar this appeared in todays kautobuild for the above
      targets:
      
      In file included from arch/arm/include/asm/pgtable.h:461,
                       from arch/arm/mach-pxa/generic.c:26:
      include/asm-generic/pgtable.h: In function 'ptep_test_and_clear_young':
      include/asm-generic/pgtable.h:29: error: dereferencing pointer to incomplete type
      
      None of the .c files including asm/pgtable.h with this error is using
      this header, so simply remove the include.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      671289c2
    • D
      ARM: 6625/1: use memblock memory regions for "System RAM" I/O resources · 11b9369c
      Dima Zavin 提交于
      Do not use memory bank info to request the "system ram" resources as
      they do not track holes created by memblock_remove inside
      machine's reserve callback. If the removed memory is passed as
      platform_device's ioresource, then drivers that call
      request_mem_region would fail due to a conflict with the incorrectly
      configured system ram resource.
      
      Instead, iterate through the regions of memblock.memory and add
      those as "System RAM" resources.
      Signed-off-by: NDima Zavin <dima@android.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      11b9369c
  2. 14 1月, 2011 3 次提交
  3. 13 1月, 2011 1 次提交
  4. 12 1月, 2011 5 次提交
  5. 11 1月, 2011 4 次提交
  6. 07 1月, 2011 25 次提交