aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hugetlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hugetlb.h')
-rw-r--r--include/linux/hugetlb.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h
index 36fa6a2a82e3..6b68e345f0ca 100644
--- a/include/linux/hugetlb.h
+++ b/include/linux/hugetlb.h
@@ -105,7 +105,7 @@ void hugetlb_report_meminfo(struct seq_file *);
105int hugetlb_report_node_meminfo(int, char *); 105int hugetlb_report_node_meminfo(int, char *);
106void hugetlb_show_meminfo(void); 106void hugetlb_show_meminfo(void);
107unsigned long hugetlb_total_pages(void); 107unsigned long hugetlb_total_pages(void);
108int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma, 108vm_fault_t hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma,
109 unsigned long address, unsigned int flags); 109 unsigned long address, unsigned int flags);
110int hugetlb_mcopy_atomic_pte(struct mm_struct *dst_mm, pte_t *dst_pte, 110int hugetlb_mcopy_atomic_pte(struct mm_struct *dst_mm, pte_t *dst_pte,
111 struct vm_area_struct *dst_vma, 111 struct vm_area_struct *dst_vma,
@@ -348,9 +348,6 @@ struct hstate {
348struct huge_bootmem_page { 348struct huge_bootmem_page {
349 struct list_head list; 349 struct list_head list;
350 struct hstate *hstate; 350 struct hstate *hstate;
351#ifdef CONFIG_HIGHMEM
352 phys_addr_t phys;
353#endif
354}; 351};
355 352
356struct page *alloc_huge_page(struct vm_area_struct *vma, 353struct page *alloc_huge_page(struct vm_area_struct *vma,