]> Git Repo - linux.git/blame - arch/x86/vdso/vdso.S
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux.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
This page took 0.239071 seconds and 4 git commands to generate.