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
V4L/DVB (10846): dvb/frontends: fix duplicate 'debug' symbol
[linux/fpc-iii.git]
/
arch
/
x86
/
vdso
/
vdso.S
blob
1d3aa6b8718115fa8f7cadc65c04145b8b79bbcd
1
#include <linux/init.h>
2
3
__INITDATA
4
5
.globl vdso_start, vdso_end
6
vdso_start:
7
.incbin "arch/x86/vdso/vdso.so"
8
vdso_end:
9
10
__FINIT