diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2024-09-18 12:15:34 +0900 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2024-12-09 03:54:11 -0800 |
commit | 99e487db5c15a1630b186571c3734f4e3c751d0a (patch) | |
tree | 28f2fadb567670bbbe7222a6fe4aeb71a6cd4d41 /tools/perf/scripts/python/stackcollapse.py | |
parent | adc218676eef25575469234709c2d87185ca223a (diff) |
xtensa: annotate dtb_start variable as static __initdata
The 'dtb_start' variable is only used within arch/xtensa/kernel/setup.c.
Mark it as 'static'.
It is only used by parse_tag_fdt() and init_arch(), both of which are
annotated as __init. Therefore, dtb_start can be annotated as __initdata,
so it will discarded after boot.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Message-Id: <20240918031537.588965-1-masahiroy@kernel.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions