blob: 295f1c7543d8bdc27a602ea0a3949e98b6a9f523 [file] [log] [blame]
H. J. Lu1a21d4e2012-02-19 11:38:06 -08001#include <asm/page_types.h>
2#include <linux/linkage.h>
H. J. Lu1a21d4e2012-02-19 11:38:06 -08003
4__PAGE_ALIGNED_DATA
5
6 .globl vdsox32_start, vdsox32_end
7 .align PAGE_SIZE
8vdsox32_start:
9 .incbin "arch/x86/vdso/vdsox32.so"
10vdsox32_end:
11 .align PAGE_SIZE /* extra data here leaks to userspace. */
12
13.previous
14
15 .globl vdsox32_pages
16 .bss
17 .align 8
18 .type vdsox32_pages, @object
19vdsox32_pages:
20 .zero (vdsox32_end - vdsox32_start + PAGE_SIZE - 1) / PAGE_SIZE * 8
21 .size vdsox32_pages, .-vdsox32_pages