From: Max Filippov Date: Mon, 14 Oct 2019 18:33:44 +0000 (-0700) Subject: xtensa: merge .fixup with .text X-Git-Tag: v5.15~4978^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5fae6790fd3199e45ead10f7004311abdf539e5;p=platform%2Fkernel%2Flinux-starfive.git xtensa: merge .fixup with .text Section .fixup contains pieces of code, merge it with the rest of the .text section. Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S index 01e3112..c64abc1 100644 --- a/arch/xtensa/kernel/vmlinux.lds.S +++ b/arch/xtensa/kernel/vmlinux.lds.S @@ -117,7 +117,7 @@ SECTIONS SCHED_TEXT CPUIDLE_TEXT LOCK_TEXT - + *(.fixup) } _etext = .; PROVIDE (etext = .); @@ -126,10 +126,6 @@ SECTIONS RODATA - /* Relocation table */ - - .fixup : { *(.fixup) } - EXCEPTION_TABLE(16) NOTES /* Data section */