aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/entry/vdso/vdso-layout.lds.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/entry/vdso/vdso-layout.lds.S b/arch/x86/entry/vdso/vdso-layout.lds.S
index 0cedc905c8d6..93c6dc7812d0 100644
--- a/arch/x86/entry/vdso/vdso-layout.lds.S
+++ b/arch/x86/entry/vdso/vdso-layout.lds.S
@@ -65,11 +65,6 @@ SECTIONS
65 65
66 .text : { *(.text*) } :text =0x90909090, 66 .text : { *(.text*) } :text =0x90909090,
67 67
68 /*
69 * At the end so that eu-elflint stays happy when vdso2c strips
70 * these. A better implementation would avoid allocating space
71 * for these.
72 */
73 .altinstructions : { *(.altinstructions) } :text 68 .altinstructions : { *(.altinstructions) } :text
74 .altinstr_replacement : { *(.altinstr_replacement) } :text 69 .altinstr_replacement : { *(.altinstr_replacement) } :text
75 70