mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04: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
2 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue