mm/memory_hotplug: prepare passing flags to add_memory() and friends
[linux-2.6-microblaze.git] / drivers / virtio / virtio_mem.c
index 834b7c1..ed99e43 100644 (file)
@@ -424,7 +424,7 @@ static int virtio_mem_mb_add(struct virtio_mem *vm, unsigned long mb_id)
 
        dev_dbg(&vm->vdev->dev, "adding memory block: %lu\n", mb_id);
        return add_memory_driver_managed(nid, addr, memory_block_size_bytes(),
-                                        vm->resource_name);
+                                        vm->resource_name, MHP_NONE);
 }
 
 /*