]> err.no Git - linux-2.6/blobdiff - include/asm-ppc/pgtable.h
[ARM] 3459/1: ixp23xx: fix debug serial macros for big-endian operation
[linux-2.6] / include / asm-ppc / pgtable.h
index e1c62da12e74a5e3cc58fca1b486599e1b5302b7..570b355162fae0bba5247e84c01407fe55e4ab88 100644 (file)
@@ -837,7 +837,8 @@ static inline int io_remap_pfn_range(struct vm_area_struct *vma,
  */
 #define pgtable_cache_init()   do { } while (0)
 
-extern int get_pteptr(struct mm_struct *mm, unsigned long addr, pte_t **ptep);
+extern int get_pteptr(struct mm_struct *mm, unsigned long addr, pte_t **ptep,
+                     pmd_t **pmdp);
 
 #include <asm-generic/pgtable.h>