We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed65df6 commit 4e84dc4Copy full SHA for 4e84dc4
arch/nds32/kernel/ftrace.c
@@ -6,7 +6,7 @@
6
7
#ifndef CONFIG_DYNAMIC_FTRACE
8
extern void (*ftrace_trace_function)(unsigned long, unsigned long,
9
- struct ftrace_ops*, struct pt_regs*);
+ struct ftrace_ops*, struct ftrace_regs*);
10
extern void ftrace_graph_caller(void);
11
12
noinline void __naked ftrace_stub(unsigned long ip, unsigned long parent_ip,
0 commit comments