repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
davinci: Add NOR flash support for da850/omap-l138
[linux-ginger.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