diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 2fb32d1561eb..4ace5d50a892 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -2671,6 +2671,10 @@ void sparse_mem_maps_populate_node(struct page **map_map, | |||
2671 | unsigned long map_count, | 2671 | unsigned long map_count, |
2672 | int nodeid); | 2672 | int nodeid); |
2673 | 2673 | ||
2674 | unsigned long __init section_map_size(void); | ||
2675 | void sparse_buffer_init(unsigned long size, int nid); | ||
2676 | void sparse_buffer_fini(void); | ||
2677 | void *sparse_buffer_alloc(unsigned long size); | ||
2674 | struct page *sparse_mem_map_populate(unsigned long pnum, int nid, | 2678 | struct page *sparse_mem_map_populate(unsigned long pnum, int nid, |
2675 | struct vmem_altmap *altmap); | 2679 | struct vmem_altmap *altmap); |
2676 | pgd_t *vmemmap_pgd_populate(unsigned long addr, int node); | 2680 | pgd_t *vmemmap_pgd_populate(unsigned long addr, int node); |