Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323618
b: refs/heads/master
c: e4ea3f6
h: refs/heads/master
v: v3
  • Loading branch information
Uros Bizjak authored and Steven Rostedt committed Jul 31, 2012
1 parent 56256f0 commit 8b8b73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4de72395ff4cf48e23b61986dbc90b99a7c4ed97
refs/heads/master: e4ea3f6b1bf3d489674a3660db652636e50186f9
5 changes: 2 additions & 3 deletions trunk/arch/x86/kernel/entry_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -1169,10 +1169,9 @@ ENTRY(ftrace_regs_caller)
movl $__KERNEL_CS,13*4(%esp)

movl 12*4(%esp), %eax /* Load ip (1st parameter) */
movl 0x4(%ebp), %edx /* Load parent ip (2cd parameter) */
lea (%esp), %ecx
pushl %ecx /* Save pt_regs as 4th parameter */
movl 0x4(%ebp), %edx /* Load parent ip (2nd parameter) */
leal function_trace_op, %ecx /* Save ftrace_pos in 3rd parameter */
pushl %esp /* Save pt_regs as 4th parameter */

GLOBAL(ftrace_regs_call)
call ftrace_stub
Expand Down

0 comments on commit 8b8b73f

Please sign in to comment.