Commit e5eefda5 authored by Peter Zijlstra's avatar Peter Zijlstra

x86: Remove .fixup section

No moar users, kill it dead.
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: default avatarJosh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/20211110101326.201590122@infradead.org
parent b7760780
......@@ -77,7 +77,6 @@ SECTIONS
.text : {
*(.text*)
*(.fixup)
} :text =0x90909090,
......
......@@ -137,7 +137,6 @@ SECTIONS
ALIGN_ENTRY_TEXT_END
SOFTIRQENTRY_TEXT
STATIC_CALL_TEXT
*(.fixup)
*(.gnu.warning)
#ifdef CONFIG_RETPOLINE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment