diff options
Diffstat (limited to 'mm/sparse.c')
-rw-r--r-- | mm/sparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c index cb900dda7fd2..d1296610562b 100644 --- a/mm/sparse.c +++ b/mm/sparse.c | |||
@@ -68,7 +68,7 @@ static noinline struct mem_section __ref *sparse_index_alloc(int nid) | |||
68 | if (slab_is_available()) | 68 | if (slab_is_available()) |
69 | section = kzalloc_node(array_size, GFP_KERNEL, nid); | 69 | section = kzalloc_node(array_size, GFP_KERNEL, nid); |
70 | else | 70 | else |
71 | section = memblock_alloc_node(array_size, nid); | 71 | section = memblock_alloc_node(array_size, 0, nid); |
72 | 72 | ||
73 | return section; | 73 | return section; |
74 | } | 74 | } |