]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit46573179751d22a6dbc8929f0c9500354aadb927
tree340ea16040c0be5dc17829a67c66e9ed083378d1
parentd8f83cf16cb350e6f0bfb41c25f1642bd86a7c69
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