1 #include <asm/page_types.h>
2 #include <linux/linkage.h>
3 #include <linux/init.h>
7 .globl vdsox32_start, vdsox32_end
10 .incbin "arch/x86/vdso/vdsox32.so"
12 .align PAGE_SIZE /* extra data here leaks to userspace. */
19 .type vdsox32_pages, @object
21 .zero (vdsox32_end - vdsox32_start + PAGE_SIZE - 1) / PAGE_SIZE * 8
22 .size vdsox32_pages, .-vdsox32_pages