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 1d5f022 commit 1f51ba9Copy full SHA for 1f51ba9
kernel/trace/ftrace.c
@@ -122,7 +122,7 @@ static int ftrace_disabled __read_mostly;
122
123
DEFINE_MUTEX(ftrace_lock);
124
125
-struct ftrace_ops __rcu *ftrace_ops_list __read_mostly = &ftrace_list_end;
+struct ftrace_ops __rcu *ftrace_ops_list __read_mostly = (struct ftrace_ops __rcu *)&ftrace_list_end;
126
ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub;
127
struct ftrace_ops global_ops;
128
0 commit comments