Skip to content
  1. Dec 08, 2011
    • Catalin Marinas's avatar
      ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopud · 03a6b827
      Catalin Marinas authored
      
      
      With the arch/arm code conversion to pgtable-nopud.h, the section and
      supersection (un|re)map code triggers compiler warnings on UP systems.
      This is caused by pmd_offset() being given a pgd_t argument rather than
      a pud_t one. This patch makes the necessary conversion with the
      assumption that the pud is folded into the pgd. The page table setting
      code only loops over the pmd which is enough with the classic page
      tables. This code is not compiled when LPAE is enabled.
      
      Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
      03a6b827
  2. Dec 06, 2011
  3. Dec 03, 2011
  4. Dec 02, 2011
  5. Nov 22, 2011
  6. Nov 21, 2011
  7. Nov 18, 2011
  8. Nov 16, 2011