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
IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git]
/
arch
/
x86
/
um
/
vdso
/
vdso.S
blob
1cb468adacbbd50d02ae13c69191aa789337aaf0
1
#include <linux/init.h>
2
3
__INITDATA
4
5
.globl vdso_start, vdso_end
6
vdso_start:
7
.incbin "arch/x86/um/vdso/vdso.so"
8
vdso_end:
9
10
__FINIT