Merge tag 'for-4.6' of git://git.osdn.jp/gitroot/uclinux-h8/linux
[deliverable/linux.git] / arch / x86 / um / mem_64.c
CommitLineData
37185b33 1#include <linux/mm.h>
27795673 2#include <asm/elf.h>
fc9a0018
RW
3
4const char *arch_vma_name(struct vm_area_struct *vma)
5{
6 if (vma->vm_mm && vma->vm_start == um_vdso_addr)
7 return "[vdso]";
8
9 return NULL;
10}
This page took 0.257003 seconds and 5 git commands to generate.