Skip to content
Commit 92264f2d authored by Huacai Chen's avatar Huacai Chen
Browse files

LoongArch: Fix the _stext symbol address



_stext means the start of .text section (see __is_kernel_text()), but we
put its definition in .ref.text by mistake. Fix it by defining it in the
vmlinux.lds.S.

Signed-off-by: default avatarHuacai Chen <chenhuacai@loongson.cn>
parent 501dcbe4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment