X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=mm%2Fmemory_hotplug.c;h=9fd0be32a281e238cb17061690435777f40fe3d9;hp=10030518e3d6ce84d56f3662f638d1328843abd6;hb=2d338201d5311bcd79d42f66df4cecbcbc5f4f2c;hpb=b285437d1d929785a5bef3603da78d2cd5341893 diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 10030518e3d6..9fd0be32a281 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -1770,7 +1770,7 @@ do_migrate_range(unsigned long start_pfn, unsigned long end_pfn) if (nodes_empty(nmask)) node_set(mtc.nid, nmask); ret = migrate_pages(&source, alloc_migration_target, NULL, - (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_HOTPLUG); + (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_HOTPLUG, NULL); if (ret) { list_for_each_entry(page, &source, lru) { if (__ratelimit(&migrate_rs)) {