OSDN Git Service

sh: stacktrace: Remove stacktrace_ops.stack()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 18 Jun 2020 07:59:37 +0000 (09:59 +0200)
committerRich Felker <dalias@libc.org>
Sat, 15 Aug 2020 02:05:11 +0000 (22:05 -0400)
commitc0735ae9a00642b514bade90456ad6a828dcc6df
tree340ea16040c0be5dc17829a67c66e9ed083378d1
parenteac1a488171c70c695c436bcea7682841649d5b6
sh: stacktrace: Remove stacktrace_ops.stack()

The SH implementation never called stacktrace_ops.stack().
Presumably this was copied from the x86 implementation.

Hence remove the method, and all implementations (most of them are
dummies).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/include/asm/stacktrace.h
arch/sh/kernel/dumpstack.c
arch/sh/kernel/perf_callchain.c
arch/sh/kernel/stacktrace.c
arch/sh/oprofile/backtrace.c