Skip to content
Snippets Groups Projects
Commit 89165b8b authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds
Browse files
parent 0bf5f949
No related branches found
No related tags found
No related merge requests found
......@@ -2767,7 +2767,13 @@ extern int randomize_va_space;
#endif
const char * arch_vma_name(struct vm_area_struct *vma);
#ifdef CONFIG_MMU
void print_vma_addr(char *prefix, unsigned long rip);
#else
static inline void print_vma_addr(char *prefix, unsigned long rip)
{
}
#endif
void *sparse_buffer_alloc(unsigned long size);
struct page *sparse_mem_map_populate(unsigned long pnum, int nid,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment