ftrace/x86: Remove function_trace_stop check from graph caller
commit5767cfeaa9ec7b67c802143394f3ad9f8b174eb8
authorSteven Rostedt <srostedt@redhat.com>
Tue, 3 Jul 2012 20:16:09 +0000 (3 16:16 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 31 Jul 2012 14:29:51 +0000 (31 10:29 -0400)
treeb43cb98420a7e87bb238df930ec712eaeb86ac73
parente4ea3f6b1bf3d489674a3660db652636e50186f9
ftrace/x86: Remove function_trace_stop check from graph caller

The graph caller is called by the mcount callers, which already does
the check against the function_trace_stop variable. No reason to
check it again.

Link: http://lkml.kernel.org/r/20120711195745.588538769@goodmis.org
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
arch/x86/kernel/entry_32.S
arch/x86/kernel/entry_64.S