Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / x86 / um / mem_64.c
blobc027e93d1002d2f32a5a0575dbf364763a81cec8
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/mm.h>
3 #include <asm/elf.h>
5 const char *arch_vma_name(struct vm_area_struct *vma)
7 if (vma->vm_mm && vma->vm_start == um_vdso_addr)
8 return "[vdso]";
10 return NULL;