diff options
Diffstat (limited to 'include/asm-ia64/pgtable.h')
-rw-r--r-- | include/asm-ia64/pgtable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ia64/pgtable.h b/include/asm-ia64/pgtable.h index 1757a811f436..bbf6dd757003 100644 --- a/include/asm-ia64/pgtable.h +++ b/include/asm-ia64/pgtable.h | |||
@@ -472,8 +472,8 @@ extern struct page *zero_page_memmap_ptr; | |||
472 | #define HUGETLB_PGDIR_SIZE (__IA64_UL(1) << HUGETLB_PGDIR_SHIFT) | 472 | #define HUGETLB_PGDIR_SIZE (__IA64_UL(1) << HUGETLB_PGDIR_SHIFT) |
473 | #define HUGETLB_PGDIR_MASK (~(HUGETLB_PGDIR_SIZE-1)) | 473 | #define HUGETLB_PGDIR_MASK (~(HUGETLB_PGDIR_SIZE-1)) |
474 | struct mmu_gather; | 474 | struct mmu_gather; |
475 | extern void hugetlb_free_pgtables(struct mmu_gather *tlb, | 475 | void hugetlb_free_pgd_range(struct mmu_gather **tlb, unsigned long addr, |
476 | struct vm_area_struct * prev, unsigned long start, unsigned long end); | 476 | unsigned long end, unsigned long floor, unsigned long ceiling); |
477 | #endif | 477 | #endif |
478 | 478 | ||
479 | /* | 479 | /* |