aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memory_hotplug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/memory_hotplug.h')
-rw-r--r--include/linux/memory_hotplug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h
index ffd9cd10fcf3..7383a7a76d69 100644
--- a/include/linux/memory_hotplug.h
+++ b/include/linux/memory_hotplug.h
@@ -326,7 +326,7 @@ extern int walk_memory_range(unsigned long start_pfn, unsigned long end_pfn,
326 void *arg, int (*func)(struct memory_block *, void *)); 326 void *arg, int (*func)(struct memory_block *, void *));
327extern int __add_memory(int nid, u64 start, u64 size); 327extern int __add_memory(int nid, u64 start, u64 size);
328extern int add_memory(int nid, u64 start, u64 size); 328extern int add_memory(int nid, u64 start, u64 size);
329extern int add_memory_resource(int nid, struct resource *resource, bool online); 329extern int add_memory_resource(int nid, struct resource *resource);
330extern int arch_add_memory(int nid, u64 start, u64 size, 330extern int arch_add_memory(int nid, u64 start, u64 size,
331 struct vmem_altmap *altmap, bool want_memblock); 331 struct vmem_altmap *altmap, bool want_memblock);
332extern void move_pfn_range_to_zone(struct zone *zone, unsigned long start_pfn, 332extern void move_pfn_range_to_zone(struct zone *zone, unsigned long start_pfn,