commit | 0502bee37cdef755d63eee60236562e5605e2480 | [log] [tgz] |
---|---|---|
author | Kefeng Wang <wangkefeng.wang@huawei.com> | Mon May 11 10:19:53 2020 +0800 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Tue May 12 17:04:25 2020 -0700 |
tree | e33a23c6f7b538e17e4dea0a0ce6251409d65380 | |
parent | ab7fbad0c7d7a4f9b320a059a171a92a34b6d409 [diff] |
riscv: stacktrace: Fix undefined reference to `walk_stackframe' Drop static declaration to fix following build error if FRAME_POINTER disabled, riscv64-linux-ld: arch/riscv/kernel/perf_callchain.o: in function `.L0': perf_callchain.c:(.text+0x2b8): undefined reference to `walk_stackframe' Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>