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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/hugetlb.h b/include/linux/hugetlb.h
index 5cbc620bdfe0..16cdb75a543a 100644
--- a/include/linux/hugetlb.h
+++ b/include/linux/hugetlb.h
@@ -185,7 +185,8 @@ unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
185#define HSTATE_NAME_LEN 32 185#define HSTATE_NAME_LEN 32
186/* Defines one hugetlb page size */ 186/* Defines one hugetlb page size */
187struct hstate { 187struct hstate {
188 int hugetlb_next_nid; 188 int next_nid_to_alloc;
189 int next_nid_to_free;
189 unsigned int order; 190 unsigned int order;
190 unsigned long mask; 191 unsigned long mask;
191 unsigned long max_huge_pages; 192 unsigned long max_huge_pages;