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, 2 insertions, 0 deletions
diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h
index 368267c1b71b..cfd12078172a 100644
--- a/include/linux/memory_hotplug.h
+++ b/include/linux/memory_hotplug.h
@@ -100,6 +100,8 @@ extern void __online_page_free(struct page *page);
100 100
101extern int try_online_node(int nid); 101extern int try_online_node(int nid);
102 102
103extern u64 max_mem_size;
104
103extern bool memhp_auto_online; 105extern bool memhp_auto_online;
104/* If movable_node boot option specified */ 106/* If movable_node boot option specified */
105extern bool movable_node_enabled; 107extern bool movable_node_enabled;