aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/pgtable.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h
index d4d4592c97fc..c9a612069c8e 100644
--- a/include/asm-generic/pgtable.h
+++ b/include/asm-generic/pgtable.h
@@ -391,7 +391,8 @@ static inline void ptep_modify_prot_commit(struct mm_struct *mm,
391 * by remap_pfn_range() for physical range indicated by pfn and size. 391 * by remap_pfn_range() for physical range indicated by pfn and size.
392 */ 392 */
393static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, 393static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
394 unsigned long pfn, unsigned long size) 394 unsigned long pfn, unsigned long addr,
395 unsigned long size)
395{ 396{
396 return 0; 397 return 0;
397} 398}
@@ -426,7 +427,8 @@ static inline void untrack_pfn(struct vm_area_struct *vma,
426} 427}
427#else 428#else
428extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, 429extern int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot,
429 unsigned long pfn, unsigned long size); 430 unsigned long pfn, unsigned long addr,
431 unsigned long size);
430extern int track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, 432extern int track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot,
431 unsigned long pfn); 433 unsigned long pfn);
432extern int track_pfn_copy(struct vm_area_struct *vma); 434extern int track_pfn_copy(struct vm_area_struct *vma);