aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-11-25 21:10:01 -0500
committerIngo Molnar <mingo@elte.hu>2008-11-25 21:10:01 -0500
commitc2324b694fa8ffee382a124198c68754088e483c (patch)
tree4c5264673e8d6fe454aff8338ffcbd3dc05172a8 /arch/x86
parent287b6e68ca7209caec40b2f44f837c580a413bae (diff)
tracing: function graph tracer, fix
fix return-tracer => graph-tracer namespace rename fallout. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/kernel/entry_32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
index 2b1f0f081a6b..7def9fd5c1e6 100644
--- a/arch/x86/kernel/entry_32.S
+++ b/arch/x86/kernel/entry_32.S
@@ -1189,7 +1189,7 @@ ENTRY(mcount)
1189 cmpl $ftrace_stub, ftrace_trace_function 1189 cmpl $ftrace_stub, ftrace_trace_function
1190 jnz trace 1190 jnz trace
1191#ifdef CONFIG_FUNCTION_GRAPH_TRACER 1191#ifdef CONFIG_FUNCTION_GRAPH_TRACER
1192 cmpl $ftrace_stub, ftrace_graph_function 1192 cmpl $ftrace_stub, ftrace_graph_return
1193 jnz ftrace_graph_caller 1193 jnz ftrace_graph_caller
1194#endif 1194#endif
1195.globl ftrace_stub 1195.globl ftrace_stub