From: Heiko Carstens Date: Mon, 28 Feb 2022 17:36:46 +0000 (+0100) Subject: s390: remove .fixup section X-Git-Tag: v5.18-rc1~122^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df5a95f481c4ef62199fb7e25263a035b4a337d2;p=thirdparty%2Fkernel%2Flinux.git s390: remove .fixup section The only user is gone. Remove the section. Reviewed-by: Alexander Gordeev Signed-off-by: Heiko Carstens Signed-off-by: Vasily Gorbik --- diff --git a/arch/s390/kernel/vmlinux.lds.S b/arch/s390/kernel/vmlinux.lds.S index 42c43521878ff..2e526f11b91e2 100644 --- a/arch/s390/kernel/vmlinux.lds.S +++ b/arch/s390/kernel/vmlinux.lds.S @@ -49,7 +49,6 @@ SECTIONS SOFTIRQENTRY_TEXT FTRACE_HOTPATCH_TRAMPOLINES_TEXT *(.text.*_indirect_*) - *(.fixup) *(.gnu.warning) . = ALIGN(PAGE_SIZE); _etext = .; /* End of text section */