repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: OMAP2+: Prepare to move GPMC to drivers by platform data header
[linux/fpc-iii.git]
/
arch
/
x86
/
um
/
mem_64.c
blob
f8fecaddcc0df94a3b723f01018e09063ed7c632
1
#include <linux/mm.h>
2
#include <asm/page.h>
3
#include <asm/mman.h>
4
5
const char
*
arch_vma_name
(
struct
vm_area_struct
*
vma
)
6
{
7
if
(
vma
->
vm_mm
&&
vma
->
vm_start
==
um_vdso_addr
)
8
return
"[vdso]"
;
9
10
return
NULL
;
11
}