Skip to content
Commit c17a2538 authored by Youling Tang's avatar Youling Tang Committed by Masahiro Yamada
Browse files

mksysmap: Fix the mismatch of 'L0' symbols in System.map



When System.map was generated, the kernel used mksysmap to filter the
kernel symbols, we need to filter "L0" symbols in LoongArch architecture.

$ cat System.map | grep L0
9000000000221540 t L0

The L0 symbol exists in System.map, but not in .tmp_System.map. When
"cmp -s System.map .tmp_System.map" will show "Inconsistent kallsyms
data" error message in link-vmlinux.sh script.

Signed-off-by: default avatarYouling Tang <tangyouling@loongson.cn>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 1b620d53
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