diff options
| -rw-r--r-- | arch/x86/kernel/entry_32.S | 2 |
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 |
