Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162957
b: refs/heads/master
c: 4818d80
h: refs/heads/master
i:
  162955: 76995a8
v: v3
  • Loading branch information
Jiri Olsa authored and Steven Rostedt committed Sep 13, 2009
1 parent cc9dc86 commit 51ca057
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4b3b4c5e64ce26612646867ee354373620063534
refs/heads/master: 4818d80942b7c0021d213b7c5f1a14a832820a01
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/entry_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ENTRY(ftrace_graph_caller)
END(ftrace_graph_caller)

GLOBAL(return_to_handler)
subq $80, %rsp
subq $24, %rsp

/* Save the return values */
movq %rax, (%rsp)
Expand All @@ -155,10 +155,10 @@ GLOBAL(return_to_handler)

call ftrace_return_to_handler

movq %rax, 72(%rsp)
movq %rax, 16(%rsp)
movq 8(%rsp), %rdx
movq (%rsp), %rax
addq $72, %rsp
addq $16, %rsp
retq
#endif

Expand Down

0 comments on commit 51ca057

Please sign in to comment.