]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mm/ioremap.c
[ARM] remove 'prot_pte_ext' from memory type table
[linux-2.6-omap-h63xx.git] / arch / arm / mm / ioremap.c
index b81dbf9ffb77b3f28a9b0ad872341fdad3656ca6..33eeab0ce3d167dffd4bead06d72dd31538d07d3 100644 (file)
@@ -55,8 +55,7 @@ static int remap_area_pte(pmd_t *pmd, unsigned long addr, unsigned long end,
                if (!pte_none(*pte))
                        goto bad;
 
-               set_pte_ext(pte, pfn_pte(phys_addr >> PAGE_SHIFT, prot),
-                           type->prot_pte_ext);
+               set_pte_ext(pte, pfn_pte(phys_addr >> PAGE_SHIFT, prot), 0);
                phys_addr += PAGE_SIZE;
        } while (pte++, addr += PAGE_SIZE, addr != end);
        return 0;