aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-generic/pgtable.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h
index a59ff51b0166..18e27c210716 100644
--- a/include/asm-generic/pgtable.h
+++ b/include/asm-generic/pgtable.h
@@ -173,11 +173,12 @@ extern void pmdp_splitting_flush(struct vm_area_struct *vma,
173#endif 173#endif
174 174
175#ifndef __HAVE_ARCH_PGTABLE_DEPOSIT 175#ifndef __HAVE_ARCH_PGTABLE_DEPOSIT
176extern void pgtable_trans_huge_deposit(struct mm_struct *mm, pgtable_t pgtable); 176extern void pgtable_trans_huge_deposit(struct mm_struct *mm, pmd_t *pmdp,
177 pgtable_t pgtable);
177#endif 178#endif
178 179
179#ifndef __HAVE_ARCH_PGTABLE_WITHDRAW 180#ifndef __HAVE_ARCH_PGTABLE_WITHDRAW
180extern pgtable_t pgtable_trans_huge_withdraw(struct mm_struct *mm); 181extern pgtable_t pgtable_trans_huge_withdraw(struct mm_struct *mm, pmd_t *pmdp);
181#endif 182#endif
182 183
183#ifndef __HAVE_ARCH_PMDP_INVALIDATE 184#ifndef __HAVE_ARCH_PMDP_INVALIDATE