From: Mark Rutland Date: Tue, 19 Oct 2021 16:02:19 +0000 (+0100) Subject: arm64: vmlinux.lds.S: remove `.fixup` section X-Git-Tag: v6.1-rc5~2674^2~17^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf6e667f47384585f737216ea1e928d987c3e6e2;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Ard Biesheuvel Cc: Catalin Marinas Cc: James Morse Cc: Robin Murphy Cc: Will Deacon Link: https://lore.kernel.org/r/20211019160219.5202-14-mark.rutland@arm.com Signed-off-by: Will Deacon --- diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/vmlinux.lds.S index fa8a8e8..443f034 100644 --- a/arch/arm64/kernel/vmlinux.lds.S +++ b/arch/arm64/kernel/vmlinux.lds.S @@ -161,7 +161,6 @@ SECTIONS IDMAP_TEXT HIBERNATE_TEXT TRAMP_TEXT - *(.fixup) *(.gnu.warning) . = ALIGN(16); *(.got) /* Global offset table */