mm: Move vma_stack_continue into mm.h

So it can be used by all that need to check for that.

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Stefan Bader
2010-08-31 15:52:27 +02:00
committed by Linus Torvalds
parent 26a94e81de
commit 39aa3cb3e8
3 changed files with 8 additions and 7 deletions

View File

@@ -224,7 +224,8 @@ static void show_map_vma(struct seq_file *m, struct vm_area_struct *vma)
/* We don't show the stack guard page in /proc/maps */
start = vma->vm_start;
if (vma->vm_flags & VM_GROWSDOWN)
start += PAGE_SIZE;
if (!vma_stack_continue(vma->vm_prev, vma->vm_start))
start += PAGE_SIZE;
seq_printf(m, "%08lx-%08lx %c%c%c%c %08llx %02x:%02x %lu %n",
start,