diff options
| author | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
| commit | ea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch) | |
| tree | a15485f4f1cf547a52b31fa8e16e14b9579b7200 /include/linux/hugetlb.h | |
| parent | ce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff) | |
| parent | 496f3347d834aec91c38b45d6249ed00f58ad233 (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.h | 5 |
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 *); | |||
| 105 | int hugetlb_report_node_meminfo(int, char *); | 105 | int hugetlb_report_node_meminfo(int, char *); |
| 106 | void hugetlb_show_meminfo(void); | 106 | void hugetlb_show_meminfo(void); |
| 107 | unsigned long hugetlb_total_pages(void); | 107 | unsigned long hugetlb_total_pages(void); |
| 108 | int hugetlb_fault(struct mm_struct *mm, struct vm_area_struct *vma, | 108 | vm_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); |
| 110 | int hugetlb_mcopy_atomic_pte(struct mm_struct *dst_mm, pte_t *dst_pte, | 110 | int 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 { | |||
| 348 | struct huge_bootmem_page { | 348 | struct 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 | ||
| 356 | struct page *alloc_huge_page(struct vm_area_struct *vma, | 353 | struct page *alloc_huge_page(struct vm_area_struct *vma, |
