Skip to content

Commit bf6e667

Browse files
mrutland-armwilldeacon
authored andcommitted
arm64: vmlinux.lds.S: remove .fixup section
We no longer place anything into a `.fixup` section, so we no longer need to place those sections into the `.text` section in the main kernel Image. Remove the use of `.fixup`. Signed-off-by: Mark Rutland <[email protected]> Reviewed-by: Ard Biesheuvel <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: James Morse <[email protected]> Cc: Robin Murphy <[email protected]> Cc: Will Deacon <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 753b323 commit bf6e667

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/kernel/vmlinux.lds.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ SECTIONS
161161
IDMAP_TEXT
162162
HIBERNATE_TEXT
163163
TRAMP_TEXT
164-
*(.fixup)
165164
*(.gnu.warning)
166165
. = ALIGN(16);
167166
*(.got) /* Global offset table */

0 commit comments

Comments
 (0)