提交 e5eefda5 编写于 作者: P Peter Zijlstra

x86: Remove .fixup section

No moar users, kill it dead.
Signed-off-by: NPeter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: NJosh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/20211110101326.201590122@infradead.org
上级 b7760780
...@@ -77,7 +77,6 @@ SECTIONS ...@@ -77,7 +77,6 @@ SECTIONS
.text : { .text : {
*(.text*) *(.text*)
*(.fixup)
} :text =0x90909090, } :text =0x90909090,
......
...@@ -137,7 +137,6 @@ SECTIONS ...@@ -137,7 +137,6 @@ SECTIONS
ALIGN_ENTRY_TEXT_END ALIGN_ENTRY_TEXT_END
SOFTIRQENTRY_TEXT SOFTIRQENTRY_TEXT
STATIC_CALL_TEXT STATIC_CALL_TEXT
*(.fixup)
*(.gnu.warning) *(.gnu.warning)
#ifdef CONFIG_RETPOLINE #ifdef CONFIG_RETPOLINE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册