aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 4d7377a1d084..72a42c0fa633 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -1366,9 +1366,11 @@ struct movablemem_entry {
1366}; 1366};
1367 1367
1368struct movablemem_map { 1368struct movablemem_map {
1369 bool acpi; /* true if using SRAT info */
1369 int nr_map; 1370 int nr_map;
1370 struct movablemem_entry map[MOVABLEMEM_MAP_MAX]; 1371 struct movablemem_entry map[MOVABLEMEM_MAP_MAX];
1371 nodemask_t numa_nodes_hotplug; /* on which nodes we specify memory */ 1372 nodemask_t numa_nodes_hotplug; /* on which nodes we specify memory */
1373 nodemask_t numa_nodes_kernel; /* on which nodes kernel resides in */
1372}; 1374};
1373 1375
1374extern void __init insert_movablemem_map(unsigned long start_pfn, 1376extern void __init insert_movablemem_map(unsigned long start_pfn,