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 94fd283dde98..82f0b2f54f81 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -925,7 +925,7 @@ static int fallbacks[MIGRATE_TYPES][4] = {
925 * Note that start_page and end_pages are not aligned on a pageblock 925 * Note that start_page and end_pages are not aligned on a pageblock
926 * boundary. If alignment is required, use move_freepages_block() 926 * boundary. If alignment is required, use move_freepages_block()
927 */ 927 */
928static int move_freepages(struct zone *zone, 928int move_freepages(struct zone *zone,
929 struct page *start_page, struct page *end_page, 929 struct page *start_page, struct page *end_page,
930 int migratetype) 930 int migratetype)
931{ 931{