diff options
-rw-r--r-- | arch/x86/kernel/entry_32.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S index 344b63f18d14..1cf7c97ff175 100644 --- a/arch/x86/kernel/entry_32.S +++ b/arch/x86/kernel/entry_32.S | |||
@@ -1191,10 +1191,10 @@ ENTRY(ftrace_graph_caller) | |||
1191 | pushl %eax | 1191 | pushl %eax |
1192 | pushl %ecx | 1192 | pushl %ecx |
1193 | pushl %edx | 1193 | pushl %edx |
1194 | movl 0xc(%esp), %edx | 1194 | movl 0xc(%esp), %eax |
1195 | lea 0x4(%ebp), %eax | 1195 | lea 0x4(%ebp), %edx |
1196 | movl (%ebp), %ecx | 1196 | movl (%ebp), %ecx |
1197 | subl $MCOUNT_INSN_SIZE, %edx | 1197 | subl $MCOUNT_INSN_SIZE, %eax |
1198 | call prepare_ftrace_return | 1198 | call prepare_ftrace_return |
1199 | popl %edx | 1199 | popl %edx |
1200 | popl %ecx | 1200 | popl %ecx |