X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fpgtable.h;h=14ac954a1c52c400bccf09a04b5e78bcfff1f098;hb=6f71f83334a552167ccbbd42fe5dd979428c89e4;hp=c8247312ced34515e72307ee3baecb56860469d2;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/include/asm-arm/pgtable.h b/include/asm-arm/pgtable.h index c8247312c..14ac954a1 100644 --- a/include/asm-arm/pgtable.h +++ b/include/asm-arm/pgtable.h @@ -412,7 +412,7 @@ extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; * 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) #define pgtable_cache_init() do { } while (0)