blob: 1d3aa6b8718115fa8f7cadc65c04145b8b79bbcd [file] [log] [blame]
Roland McGrathd9dedc12008-04-27 18:45:38 -07001#include <linux/init.h>
2
3__INITDATA
4
5 .globl vdso_start, vdso_end
6vdso_start:
Thomas Gleixner7648b132007-10-11 11:17:10 +02007 .incbin "arch/x86/vdso/vdso.so"
Roland McGrathd9dedc12008-04-27 18:45:38 -07008vdso_end:
9
10__FINIT