diff options
author | Borislav Petkov <bp@amd64.org> | 2012-03-29 21:11:40 +0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2012-06-14 23:22:12 +0400 |
commit | 8d240dd88cca33b704adf3fe281aa64b5aac2dd8 (patch) | |
tree | ed9431274d1274e134207edb5604669bbf638b73 /include/linux/ftrace_event.h | |
parent | e2b297fcf17fc03734e93387fb8195c782286b35 (diff) | |
download | linux-8d240dd88cca33b704adf3fe281aa64b5aac2dd8.tar.xz |
ftrace: Remove a superfluous check
register_ftrace_function() checks ftrace_disabled and calls
__register_ftrace_function which does it again.
Drop the first check and add the unlikely hint to the second one. Also,
drop the label as John correctly notices.
No functional change.
Link: http://lkml.kernel.org/r/20120329171140.GE6409@aftab
Cc: Borislav Petkov <bp@amd64.org>
Cc: John Kacur <jkacur@redhat.com>
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/ftrace_event.h')
0 files changed, 0 insertions, 0 deletions