aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 570d944daeb5..3f8bce264df6 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -2358,6 +2358,7 @@ EXPORT_SYMBOL(alloc_pages_exact);
2358/** 2358/**
2359 * alloc_pages_exact_nid - allocate an exact number of physically-contiguous 2359 * alloc_pages_exact_nid - allocate an exact number of physically-contiguous
2360 * pages on a node. 2360 * pages on a node.
2361 * @nid: the preferred node ID where memory should be allocated
2361 * @size: the number of bytes to allocate 2362 * @size: the number of bytes to allocate
2362 * @gfp_mask: GFP flags for the allocation 2363 * @gfp_mask: GFP flags for the allocation
2363 * 2364 *