]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - scripts/kallsyms.c
scripts/kallsyms: remove redundant is_arm_mapping_symbol()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 23 Nov 2019 16:04:33 +0000 (01:04 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 25 Nov 2019 12:03:06 +0000 (21:03 +0900)
commite0109042cc4ee12b3689e29c872c1436e0424c69
treebe35aa38bd1e7eda70b38438eaf2318cbc67c22d
parentf34ea0291029781810ca4c213713dc6b4a686322
scripts/kallsyms: remove redundant is_arm_mapping_symbol()

Since commit 6f00df24ee39 ("[PATCH] Strip local symbols from kallsyms"),
all symbols starting '$' are ignored.

is_arm_mapping_symbol() particularly ignores $a, $t, etc. but it is
redundant.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kallsyms.c