Files
ack-tegra/arch/mips/kernel/vmlinux.lds.S
Rong Xu 87c964a972 UPSTREAM: MIPS: Place __kernel_entry at the beginning of text section
cherry picked from commit 52892ed6b03a14b961c1df783ed05763758abc73.

Mark __kernel_entry as ".head.text" and place HEAD_TEXT before
TEXT_TEXT in the linker script. This ensures that __kernel_entry
will be placed at the beginning of text section.

Drop mips from scripts/head-object-list.txt.

Bug: 382743224
Change-Id: I9bbdbab495ceeaeb5202a358bc8703e9bbc77c2f
Signed-off-by: Rong Xu <xur@google.com>
Reported-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Closes: https://lore.kernel.org/lkml/c6719149-8531-4174-824e-a3caf4bc6d0e@alliedtelesis.co.nz/T/
Tested-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Yabin Cui <yabinc@google.com>
2024-12-11 01:54:35 -08:00

4.9 KiB