aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r--include/linux/mm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 95db68e34b18..060557b9764f 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -1718,7 +1718,8 @@ int vmemmap_populate_basepages(struct page *start_page,
1718 unsigned long pages, int node); 1718 unsigned long pages, int node);
1719int vmemmap_populate(struct page *start_page, unsigned long pages, int node); 1719int vmemmap_populate(struct page *start_page, unsigned long pages, int node);
1720void vmemmap_populate_print_last(void); 1720void vmemmap_populate_print_last(void);
1721 1721void register_page_bootmem_memmap(unsigned long section_nr, struct page *map,
1722 unsigned long size);
1722 1723
1723enum mf_flags { 1724enum mf_flags {
1724 MF_COUNT_INCREASED = 1 << 0, 1725 MF_COUNT_INCREASED = 1 << 0,