diff options
Diffstat (limited to 'arch/x86/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/x86/kernel/vmlinux.lds.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S index 80174719910c..4aa9c54a9b76 100644 --- a/arch/x86/kernel/vmlinux.lds.S +++ b/arch/x86/kernel/vmlinux.lds.S | |||
@@ -169,9 +169,6 @@ SECTIONS | |||
169 | .vsyscall : AT(VLOAD(.vsyscall)) { | 169 | .vsyscall : AT(VLOAD(.vsyscall)) { |
170 | *(.vsyscall_0) | 170 | *(.vsyscall_0) |
171 | 171 | ||
172 | . = ALIGN(L1_CACHE_BYTES); | ||
173 | *(.vsyscall_fn) | ||
174 | |||
175 | . = 1024; | 172 | . = 1024; |
176 | *(.vsyscall_1) | 173 | *(.vsyscall_1) |
177 | 174 | ||