X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Fasm-generic%2Fpgtable.h;h=5657a20e0c599449d9851e08f672b2c2cb7f6d64;hb=97ec37c57dd411d0815455bca07166411c0da1df;hp=88ebc6102c7cc4a2e8c8380d483192b2272e6efe;hpb=899fbc33fd775b9dfa363db28f322272920a2196;p=linux-2.6-microblaze.git diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h index 88ebc6102c7c..5657a20e0c59 100644 --- a/include/asm-generic/pgtable.h +++ b/include/asm-generic/pgtable.h @@ -757,7 +757,7 @@ static inline pmd_t pmd_swp_clear_soft_dirty(pmd_t pmd) /* * Interfaces that can be used by architecture code to keep track of * memory type of pfn mappings specified by the remap_pfn_range, - * vm_insert_pfn. + * vmf_insert_pfn. */ /* @@ -773,7 +773,7 @@ static inline int track_pfn_remap(struct vm_area_struct *vma, pgprot_t *prot, /* * track_pfn_insert is called when a _new_ single pfn is established - * by vm_insert_pfn(). + * by vmf_insert_pfn(). */ static inline void track_pfn_insert(struct vm_area_struct *vma, pgprot_t *prot, pfn_t pfn)