diff options
Diffstat (limited to 'arch/x86/vdso/vdsox32.lds.S')
-rw-r--r-- | arch/x86/vdso/vdsox32.lds.S | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/x86/vdso/vdsox32.lds.S b/arch/x86/vdso/vdsox32.lds.S index 62272aa2ae0a..46b991b578a8 100644 --- a/arch/x86/vdso/vdsox32.lds.S +++ b/arch/x86/vdso/vdsox32.lds.S | |||
@@ -1,14 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | * Linker script for x32 vDSO. | 2 | * Linker script for x32 vDSO. |
3 | * We #include the file to define the layout details. | 3 | * We #include the file to define the layout details. |
4 | * Here we only choose the prelinked virtual address. | ||
5 | * | 4 | * |
6 | * This file defines the version script giving the user-exported symbols in | 5 | * This file defines the version script giving the user-exported symbols in |
7 | * the DSO. We can define local symbols here called VDSO* to make their | 6 | * the DSO. |
8 | * values visible using the asm-x86/vdso.h macros from the kernel proper. | ||
9 | */ | 7 | */ |
10 | 8 | ||
11 | #define VDSO_PRELINK 0 | ||
12 | #include "vdso-layout.lds.S" | 9 | #include "vdso-layout.lds.S" |
13 | 10 | ||
14 | /* | 11 | /* |
@@ -24,5 +21,3 @@ VERSION { | |||
24 | local: *; | 21 | local: *; |
25 | }; | 22 | }; |
26 | } | 23 | } |
27 | |||
28 | VDSOX32_PRELINK = VDSO_PRELINK; | ||