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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
[linux/fpc-iii.git]
/
arch
/
s390
/
kernel
/
vdso64
/
vdso64_wrapper.S
blob
d8e2ac14d564d057bef615266bcf17abf90083cf
1
#include <linux/init.h>
2
#include <asm/page.h>
3
4
.section ".data.page_aligned"
5
6
.globl vdso64_start, vdso64_end
7
.balign PAGE_SIZE
8
vdso64_start:
9
.incbin "arch/s390/kernel/vdso64/vdso64.so"
10
.balign PAGE_SIZE
11
vdso64_end:
12
13
.previous