diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 1897ca223eca..3c22d971afa7 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1146,6 +1146,7 @@ extern int randomize_va_space; | |||
1146 | #endif | 1146 | #endif |
1147 | 1147 | ||
1148 | const char * arch_vma_name(struct vm_area_struct *vma); | 1148 | const char * arch_vma_name(struct vm_area_struct *vma); |
1149 | void print_vma_addr(char *prefix, unsigned long rip); | ||
1149 | 1150 | ||
1150 | struct page *sparse_mem_map_populate(unsigned long pnum, int nid); | 1151 | struct page *sparse_mem_map_populate(unsigned long pnum, int nid); |
1151 | pgd_t *vmemmap_pgd_populate(unsigned long addr, int node); | 1152 | pgd_t *vmemmap_pgd_populate(unsigned long addr, int node); |