mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 04:25:27 +08:00
x86: Remove .fixup section
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
This commit is contained in:
parent
b776078025
commit
e5eefda5aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user