Skip to content

Commit

Permalink
x86: Remove .fixup section
Browse files Browse the repository at this point in the history
No moar users, kill it dead.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/20211110101326.201590122@infradead.org
  • Loading branch information
Peter Zijlstra committed Dec 11, 2021
1 parent b776078 commit e5eefda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/x86/entry/vdso/vdso-layout.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ SECTIONS

.text : {
*(.text*)
*(.fixup)
} :text =0x90909090,


Expand Down
1 change: 0 additions & 1 deletion arch/x86/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ SECTIONS
ALIGN_ENTRY_TEXT_END
SOFTIRQENTRY_TEXT
STATIC_CALL_TEXT
*(.fixup)
*(.gnu.warning)

#ifdef CONFIG_RETPOLINE
Expand Down

0 comments on commit e5eefda

Please sign in to comment.