aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_32.S
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2012-07-03 16:16:09 -0400
committerSteven Rostedt <rostedt@goodmis.org>2012-07-31 10:29:51 -0400
commit5767cfeaa9ec7b67c802143394f3ad9f8b174eb8 (patch)
treeb43cb98420a7e87bb238df930ec712eaeb86ac73 /arch/x86/kernel/entry_32.S
parentftrace/x86_32: Simplify parameter setup for ftrace_regs_caller (diff)
downloadlinux-dev-5767cfeaa9ec7b67c802143394f3ad9f8b174eb8.tar.xz
linux-dev-5767cfeaa9ec7b67c802143394f3ad9f8b174eb8.zip
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>
Diffstat (limited to 'arch/x86/kernel/entry_32.S')
-rw-r--r--arch/x86/kernel/entry_32.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
index 4dc301709e78..061ac17ee974 100644
--- a/arch/x86/kernel/entry_32.S
+++ b/arch/x86/kernel/entry_32.S
@@ -1241,9 +1241,6 @@ END(mcount)
#ifdef CONFIG_FUNCTION_GRAPH_TRACER
ENTRY(ftrace_graph_caller)
- cmpl $0, function_trace_stop
- jne ftrace_stub
-
pushl %eax
pushl %ecx
pushl %edx