]> 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)
commit83609619c718c2535bf786ebf4193a77e242b564
tree340ea16040c0be5dc17829a67c66e9ed083378d1
parentfb2a4fe284c63a2c3dec26898b53d2243d6c1e3e
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