X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Flinux%2Fhuge_mm.h;h=031a5b99ba15be96b8ae165fe6181e5f2a32450b;hp=a9ace9c32507e31a851bcd719d0a56759b3a4428;hb=refs%2Fheads%2Fpandora-3.2-hugetlb;hpb=6a6662ced4153f6dbcfc40d7225c3cc45416039c diff --git a/include/linux/huge_mm.h b/include/linux/huge_mm.h index a9ace9c32507..031a5b99ba15 100644 --- a/include/linux/huge_mm.h +++ b/include/linux/huge_mm.h @@ -8,6 +8,10 @@ extern int do_huge_pmd_anonymous_page(struct mm_struct *mm, extern int copy_huge_pmd(struct mm_struct *dst_mm, struct mm_struct *src_mm, pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, struct vm_area_struct *vma); +extern void huge_pmd_set_accessed(struct mm_struct *mm, + struct vm_area_struct *vma, + unsigned long address, pmd_t *pmd, + pmd_t orig_pmd, int dirty); extern int do_huge_pmd_wp_page(struct mm_struct *mm, struct vm_area_struct *vma, unsigned long address, pmd_t *pmd, pmd_t orig_pmd);