aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32
diff options
context:
space:
mode:
authorWeizhao Ouyang <o451686892@gmail.com>2021-09-09 17:02:16 +0800
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2021-10-08 19:41:39 -0400
commit6644c654ea70e0d8b8d5111e1272f8f29df00f21 (patch)
tree03020f0fc52e7cf54561dbd8de4ce737c955cc5a /arch/nds32
parenttracing: Disable "other" permission bits in the tracefs files (diff)
downloadlinux-dev-6644c654ea70e0d8b8d5111e1272f8f29df00f21.tar.xz
linux-dev-6644c654ea70e0d8b8d5111e1272f8f29df00f21.zip
ftrace: Cleanup ftrace_dyn_arch_init()
Most of ARCHs use empty ftrace_dyn_arch_init(), introduce a weak common ftrace_dyn_arch_init() to cleanup them. Link: https://lkml.kernel.org/r/20210909090216.1955240-1-o451686892@gmail.com Acked-by: Heiko Carstens <hca@linux.ibm.com> (s390) Acked-by: Helge Deller <deller@gmx.de> (parisc) Signed-off-by: Weizhao Ouyang <o451686892@gmail.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/kernel/ftrace.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/nds32/kernel/ftrace.c b/arch/nds32/kernel/ftrace.c
index 0e23e3a8df6b..f0ef4842d191 100644
--- a/arch/nds32/kernel/ftrace.c
+++ b/arch/nds32/kernel/ftrace.c
@@ -84,11 +84,6 @@ void _ftrace_caller(unsigned long parent_ip)
/* restore all state needed by the compiler epilogue */
}
-int __init ftrace_dyn_arch_init(void)
-{
- return 0;
-}
-
static unsigned long gen_sethi_insn(unsigned long addr)
{
unsigned long opcode = 0x46000000;