Skip to content

Commit e5eefda

Browse files
author
Peter Zijlstra
committed
x86: Remove .fixup section
No moar users, kill it dead. Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: Josh Poimboeuf <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b776078 commit e5eefda

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/x86/entry/vdso/vdso-layout.lds.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ SECTIONS
7777

7878
.text : {
7979
*(.text*)
80-
*(.fixup)
8180
} :text =0x90909090,
8281

8382

arch/x86/kernel/vmlinux.lds.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ SECTIONS
137137
ALIGN_ENTRY_TEXT_END
138138
SOFTIRQENTRY_TEXT
139139
STATIC_CALL_TEXT
140-
*(.fixup)
141140
*(.gnu.warning)
142141

143142
#ifdef CONFIG_RETPOLINE

0 commit comments

Comments
 (0)