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, locking/atomics: Implement _relaxed variants of atomic[64]_{inc,dec}
[linux/fpc-iii.git]
/
arch
/
x86
/
um
/
mem_64.c
blob
7642e2e2aa6104215a2ab8c4ae08dde5b0786570
1
#include <linux/mm.h>
2
#include <asm/elf.h>
3
4
const 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
}