Merge branch 'for-np' of git://git.wormnet.eu/alex/ts78xx into orion/master
[linux-2.6-block.git] / arch / x86 / vdso / vdso.S
CommitLineData
d9dedc13
RM
1#include <linux/init.h>
2
3__INITDATA
4
5 .globl vdso_start, vdso_end
6vdso_start:
7648b133 7 .incbin "arch/x86/vdso/vdso.so"
d9dedc13
RM
8vdso_end:
9
10__FINIT