diff options
Diffstat (limited to 'arch/powerpc/include/asm/pgtable.h')
-rw-r--r-- | arch/powerpc/include/asm/pgtable.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/pgtable.h b/arch/powerpc/include/asm/pgtable.h index 316f9a5da173..a8805fee0df9 100644 --- a/arch/powerpc/include/asm/pgtable.h +++ b/arch/powerpc/include/asm/pgtable.h | |||
@@ -274,11 +274,9 @@ extern void paging_init(void); | |||
274 | */ | 274 | */ |
275 | extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *); | 275 | extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *); |
276 | 276 | ||
277 | extern int gup_hugepd(hugepd_t *hugepd, unsigned pdshift, unsigned long addr, | ||
278 | unsigned long end, int write, struct page **pages, int *nr); | ||
279 | |||
280 | extern int gup_hugepte(pte_t *ptep, unsigned long sz, unsigned long addr, | 277 | extern int gup_hugepte(pte_t *ptep, unsigned long sz, unsigned long addr, |
281 | unsigned long end, int write, struct page **pages, int *nr); | 278 | unsigned long end, int write, |
279 | struct page **pages, int *nr); | ||
282 | #ifndef CONFIG_TRANSPARENT_HUGEPAGE | 280 | #ifndef CONFIG_TRANSPARENT_HUGEPAGE |
283 | #define pmd_large(pmd) 0 | 281 | #define pmd_large(pmd) 0 |
284 | #define has_transparent_hugepage() 0 | 282 | #define has_transparent_hugepage() 0 |