Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62377
b: refs/heads/master
c: cdc1793
h: refs/heads/master
i:
  62375: c5cda42
v: v3
  • Loading branch information
Jan Beulich authored and Linus Torvalds committed Jul 22, 2007
1 parent 62eb074 commit 5cf2157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: c3508f8f341f19f6b1c3f854f144540427668151
refs/heads/master: cdc1793ef7f5ccc47696e3d00b827e832e4c5bdb
5 changes: 3 additions & 2 deletions trunk/arch/x86_64/ia32/ia32entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ENTRY(ia32_sysenter_target)
pushq %rax
CFI_ADJUST_CFA_OFFSET 8
cld
SAVE_ARGS 0,0,0
SAVE_ARGS 0,0,1
/* no need to do an access_ok check here because rbp has been
32bit zero extended */
1: movl (%rbp),%r9d
Expand Down Expand Up @@ -294,7 +294,7 @@ ia32_badarg:
*/

ENTRY(ia32_syscall)
CFI_STARTPROC simple
CFI_STARTPROC32 simple
CFI_SIGNAL_FRAME
CFI_DEF_CFA rsp,SS+8-RIP
/*CFI_REL_OFFSET ss,SS-RIP*/
Expand Down Expand Up @@ -330,6 +330,7 @@ ia32_sysret:

ia32_tracesys:
SAVE_REST
CLEAR_RREGS
movq $-ENOSYS,RAX(%rsp) /* really needed? */
movq %rsp,%rdi /* &pt_regs -> arg1 */
call syscall_trace_enter
Expand Down

0 comments on commit 5cf2157

Please sign in to comment.