diff options
author | Mark Rutland <mark.rutland@arm.com> | 2021-10-19 17:02:19 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2021-10-21 10:45:22 +0100 |
commit | bf6e667f47384585f737216ea1e928d987c3e6e2 (patch) | |
tree | 4e3cf75a22f066ac049b69487b2a1b75d9fb9248 /arch/arm64/kernel/vmlinux.lds.S | |
parent | 753b32368705c396000f95f33c3b7018474e33ad (diff) | |
download | linux-bf6e667f47384585f737216ea1e928d987c3e6e2.tar.gz linux-bf6e667f47384585f737216ea1e928d987c3e6e2.tar.bz2 linux-bf6e667f47384585f737216ea1e928d987c3e6e2.zip |
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 <mark.rutland@arm.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: James Morse <james.morse@arm.com>
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20211019160219.5202-14-mark.rutland@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/arm64/kernel/vmlinux.lds.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/vmlinux.lds.S index fa8a8e8ddcfd..443f03453036 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 */ |