repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
8250: Fix oops from setserial
[linux-2.6/mini2440.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