aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c101921e6a64..91e29b3ed2b6 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -771,8 +771,8 @@ static int move_freepages_block(struct zone *zone, struct page *page,
771} 771}
772 772
773/* Remove an element from the buddy allocator from the fallback list */ 773/* Remove an element from the buddy allocator from the fallback list */
774static struct page *__rmqueue_fallback(struct zone *zone, int order, 774static inline struct page *
775 int start_migratetype) 775__rmqueue_fallback(struct zone *zone, int order, int start_migratetype)
776{ 776{
777 struct free_area * area; 777 struct free_area * area;
778 int current_order; 778 int current_order;