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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index cbed869fd831..d58df9031503 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1458,7 +1458,7 @@ try_next_zone:
1458 * This is the 'heart' of the zoned buddy allocator. 1458 * This is the 'heart' of the zoned buddy allocator.
1459 */ 1459 */
1460struct page * 1460struct page *
1461__alloc_pages_internal(gfp_t gfp_mask, unsigned int order, 1461__alloc_pages_nodemask(gfp_t gfp_mask, unsigned int order,
1462 struct zonelist *zonelist, nodemask_t *nodemask) 1462 struct zonelist *zonelist, nodemask_t *nodemask)
1463{ 1463{
1464 const gfp_t wait = gfp_mask & __GFP_WAIT; 1464 const gfp_t wait = gfp_mask & __GFP_WAIT;
@@ -1667,7 +1667,7 @@ nopage:
1667got_pg: 1667got_pg:
1668 return page; 1668 return page;
1669} 1669}
1670EXPORT_SYMBOL(__alloc_pages_internal); 1670EXPORT_SYMBOL(__alloc_pages_nodemask);
1671 1671
1672/* 1672/*
1673 * Common helper functions. 1673 * Common helper functions.