diff options
Diffstat (limited to 'include/linux/hugetlb.h')
-rw-r--r-- | include/linux/hugetlb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index 35afca1692fb..1222fb07a746 100644 --- a/include/linux/hugetlb.h +++ b/include/linux/hugetlb.h | |||
@@ -333,6 +333,8 @@ struct huge_bootmem_page { | |||
333 | struct page *alloc_huge_page_node(struct hstate *h, int nid); | 333 | struct page *alloc_huge_page_node(struct hstate *h, int nid); |
334 | struct page *alloc_huge_page_noerr(struct vm_area_struct *vma, | 334 | struct page *alloc_huge_page_noerr(struct vm_area_struct *vma, |
335 | unsigned long addr, int avoid_reserve); | 335 | unsigned long addr, int avoid_reserve); |
336 | int huge_add_to_page_cache(struct page *page, struct address_space *mapping, | ||
337 | pgoff_t idx); | ||
336 | 338 | ||
337 | /* arch callback */ | 339 | /* arch callback */ |
338 | int __init alloc_bootmem_huge_page(struct hstate *h); | 340 | int __init alloc_bootmem_huge_page(struct hstate *h); |