]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ppc64/pgtable.h
Merge ../linux-2.6 by hand
[linux-2.6-omap-h63xx.git] / include / asm-ppc64 / pgtable.h
index 2eb1778a3a15542ee8cc9840f09837446d01a1c4..8c3f574046b6cbb6310bb72cc4eaa20a464e69c0 100644 (file)
@@ -471,7 +471,7 @@ static inline void __ptep_set_access_flags(pte_t *ptep, pte_t entry, int dirty)
 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | _PAGE_NO_CACHE | _PAGE_GUARDED))
 
 struct file;
-extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long addr,
+extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
                                     unsigned long size, pgprot_t vma_prot);
 #define __HAVE_PHYS_MEM_ACCESS_PROT