diff options
Diffstat (limited to 'include/asm-x86/hugetlb.h')
-rw-r--r-- | include/asm-x86/hugetlb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/hugetlb.h b/include/asm-x86/hugetlb.h index 14171a4924f6..7eed6e0883bf 100644 --- a/include/asm-x86/hugetlb.h +++ b/include/asm-x86/hugetlb.h | |||
@@ -26,7 +26,7 @@ static inline int prepare_hugepage_range(unsigned long addr, unsigned long len) | |||
26 | static inline void hugetlb_prefault_arch_hook(struct mm_struct *mm) { | 26 | static inline void hugetlb_prefault_arch_hook(struct mm_struct *mm) { |
27 | } | 27 | } |
28 | 28 | ||
29 | static inline void hugetlb_free_pgd_range(struct mmu_gather **tlb, | 29 | static inline void hugetlb_free_pgd_range(struct mmu_gather *tlb, |
30 | unsigned long addr, unsigned long end, | 30 | unsigned long addr, unsigned long end, |
31 | unsigned long floor, | 31 | unsigned long floor, |
32 | unsigned long ceiling) | 32 | unsigned long ceiling) |