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
Linux 4.11-rc5
[linux/fpc-iii.git]
/
arch
/
s390
/
kernel
/
vdso32
/
vdso32_wrapper.S
blob
ae42f8ce350bcb5047e6b553749fa6dc453295c7
1
#include <linux/init.h>
2
#include <linux/linkage.h>
3
#include <asm/page.h>
4
5
__PAGE_ALIGNED_DATA
6
7
.globl vdso32_start, vdso32_end
8
.balign PAGE_SIZE
9
vdso32_start:
10
.incbin "arch/s390/kernel/vdso32/vdso32.so"
11
.balign PAGE_SIZE
12
vdso32_end:
13
14
.previous