X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fmemory_hotplug.c;h=4c527a80b6c99fe39686f2c682d14d8bacd1e5ad;hb=e07af2626643293fa16df655979e7963250abc63;hp=86c3af79e874e9ff986276e1b812d2892fdc863b;hpb=6f1e8b12eec44ee047dc9e0a9544b2cfed739503;p=linux-2.6-microblaze.git diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 86c3af79e874..4c527a80b6c9 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -1469,7 +1469,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)) {