diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mm.h | 2 |
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 | ||
1368 | struct movablemem_map { | 1368 | struct 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 | ||
1374 | extern void __init insert_movablemem_map(unsigned long start_pfn, | 1376 | extern void __init insert_movablemem_map(unsigned long start_pfn, |