blob: 1cb468adacbbd50d02ae13c69191aa789337aaf0 [file] [log] [blame]
Richard Weinbergerf1c2bb82011-07-25 17:12:54 -07001#include <linux/init.h>
2
3__INITDATA
4
5 .globl vdso_start, vdso_end
6vdso_start:
Al Viro5c48b102011-08-18 20:06:39 +01007 .incbin "arch/x86/um/vdso/vdso.so"
Richard Weinbergerf1c2bb82011-07-25 17:12:54 -07008vdso_end:
9
10__FINIT