X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm26%2Fpgtable.h;h=d8a0f65c6eca5364f517eae1bcb4513dcdd425fc;hb=6367666f534ee8fa9c6a7b667f38b5e445f85918;hp=a8647efc29add1f8ad123e06f994a023540f2471;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/include/asm-arm26/pgtable.h b/include/asm-arm26/pgtable.h index a8647efc2..d8a0f65c6 100644 --- a/include/asm-arm26/pgtable.h +++ b/include/asm-arm26/pgtable.h @@ -288,7 +288,7 @@ static inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot) * into virtual address `from' */ #define io_remap_page_range(vma,from,phys,size,prot) \ - remap_pfn_range(vma, from, (phys) >> PAGE_SHIFT, size, prot) + remap_page_range(vma,from,phys,size,prot) #endif /* !__ASSEMBLY__ */