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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 26a54a17dc9f..75b979313346 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1451,7 +1451,7 @@ try_next_zone:
1451/* 1451/*
1452 * This is the 'heart' of the zoned buddy allocator. 1452 * This is the 'heart' of the zoned buddy allocator.
1453 */ 1453 */
1454struct page * fastcall 1454struct page *
1455__alloc_pages(gfp_t gfp_mask, unsigned int order, 1455__alloc_pages(gfp_t gfp_mask, unsigned int order,
1456 struct zonelist *zonelist) 1456 struct zonelist *zonelist)
1457{ 1457{