X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fhugetlb.h;h=19644e0016bdbb4837e1fa8f28cd276797fd00a4;hb=22de4534ae12d61257fc0e53d2571686b03305bc;hp=59225ef27d15062813e4799ad95e6df2f57241be;hpb=e6625fa48e6580a74b7e700efd7e6463e282810b;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h index 59225ef27d15..19644e0016bd 100644 --- a/include/linux/hugetlb.h +++ b/include/linux/hugetlb.h @@ -231,6 +231,9 @@ struct hstate { struct huge_bootmem_page { struct list_head list; struct hstate *hstate; +#ifdef CONFIG_HIGHMEM + phys_addr_t phys; +#endif }; struct page *alloc_huge_page_node(struct hstate *h, int nid);