aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hugetlb.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2018-08-28 12:58:03 -0400
committerTony Lindgren <tony@atomide.com>2018-08-28 12:58:03 -0400
commitea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch)
treea15485f4f1cf547a52b31fa8e16e14b9579b7200 /include/linux/hugetlb.h
parentce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff)
parent496f3347d834aec91c38b45d6249ed00f58ad233 (diff)
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
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,