diff options
Diffstat (limited to 'mm/hugetlb.c')
-rw-r--r-- | mm/hugetlb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 8dfdffc34a99..3c504fa6b460 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <linux/swap.h> | 25 | #include <linux/swap.h> |
26 | #include <linux/swapops.h> | 26 | #include <linux/swapops.h> |
27 | #include <linux/jhash.h> | 27 | #include <linux/jhash.h> |
28 | #include <linux/numa.h> | ||
28 | 29 | ||
29 | #include <asm/page.h> | 30 | #include <asm/page.h> |
30 | #include <asm/pgtable.h> | 31 | #include <asm/pgtable.h> |
@@ -887,7 +888,7 @@ static struct page *dequeue_huge_page_nodemask(struct hstate *h, gfp_t gfp_mask, | |||
887 | struct zonelist *zonelist; | 888 | struct zonelist *zonelist; |
888 | struct zone *zone; | 889 | struct zone *zone; |
889 | struct zoneref *z; | 890 | struct zoneref *z; |
890 | int node = -1; | 891 | int node = NUMA_NO_NODE; |
891 | 892 | ||
892 | zonelist = node_zonelist(nid, gfp_mask); | 893 | zonelist = node_zonelist(nid, gfp_mask); |
893 | 894 | ||