diff options
Diffstat (limited to 'include/linux/memory_hotplug.h')
-rw-r--r-- | include/linux/memory_hotplug.h | 2 |
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 | ||
101 | extern int try_online_node(int nid); | 101 | extern int try_online_node(int nid); |
102 | 102 | ||
103 | extern u64 max_mem_size; | ||
104 | |||
103 | extern bool memhp_auto_online; | 105 | extern bool memhp_auto_online; |
104 | /* If movable_node boot option specified */ | 106 | /* If movable_node boot option specified */ |
105 | extern bool movable_node_enabled; | 107 | extern bool movable_node_enabled; |