diff options
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/entry_32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S index 623f2883747..e3e17a0b7ff 100644 --- a/arch/x86/kernel/entry_32.S +++ b/arch/x86/kernel/entry_32.S | |||
@@ -1111,6 +1111,7 @@ ENTRY(ftrace_caller) | |||
1111 | pushl %edx | 1111 | pushl %edx |
1112 | movl 0xc(%esp), %eax | 1112 | movl 0xc(%esp), %eax |
1113 | movl 0x4(%ebp), %edx | 1113 | movl 0x4(%ebp), %edx |
1114 | leal function_trace_op, %ecx | ||
1114 | subl $MCOUNT_INSN_SIZE, %eax | 1115 | subl $MCOUNT_INSN_SIZE, %eax |
1115 | 1116 | ||
1116 | .globl ftrace_call | 1117 | .globl ftrace_call |