repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cris: add arch/cris/include/asm/serial.h
[linux-2.6/next.git]
/
arch
/
um
/
sys-x86_64
/
vdso
/
vdso.S
blob
ec82c1686bd69c236dfc098ba256f198f1691a0f
1
#include <linux/init.h>
2
3
__INITDATA
4
5
.globl vdso_start, vdso_end
6
vdso_start:
7
.incbin "arch/um/sys-x86_64/vdso/vdso.so"
8
vdso_end:
9
10
__FINIT