mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
ftrace: Remove unused nr_trampolines var
It's not needed & not used since introducing old_hash: commit fef5aeeee9
("ftrace: Replace tramp_hash with old_*_hash to save space").
Link: http://lkml.kernel.org/r/1452699598-27610-1-git-send-email-0x7f454c46@gmail.com
Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
7717c6be69
commit
b7522056ec
1 changed files with 0 additions and 1 deletions
|
@ -164,7 +164,6 @@ struct ftrace_ops {
|
||||||
ftrace_func_t saved_func;
|
ftrace_func_t saved_func;
|
||||||
int __percpu *disabled;
|
int __percpu *disabled;
|
||||||
#ifdef CONFIG_DYNAMIC_FTRACE
|
#ifdef CONFIG_DYNAMIC_FTRACE
|
||||||
int nr_trampolines;
|
|
||||||
struct ftrace_ops_hash local_hash;
|
struct ftrace_ops_hash local_hash;
|
||||||
struct ftrace_ops_hash *func_hash;
|
struct ftrace_ops_hash *func_hash;
|
||||||
struct ftrace_ops_hash old_hash;
|
struct ftrace_ops_hash old_hash;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue