Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20448
b: refs/heads/master
c: 6f6d758
h: refs/heads/master
v: v3
  • Loading branch information
Jack Steiner authored and Tony Luck committed Feb 16, 2006
1 parent d1b5062 commit 68d72e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 72166c35f0e15e5081e51304de48e73f8fdf5498
refs/heads/master: 6f6d75825dc49b082906b84537b4df28293c2977
4 changes: 3 additions & 1 deletion trunk/arch/ia64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,9 @@ GLOBAL_ENTRY(ia64_trace_syscall)
.mem.offset 0,0; st8.spill [r2]=r8 // store return value in slot for r8
.mem.offset 8,0; st8.spill [r3]=r10 // clear error indication in slot for r10
br.call.sptk.many rp=syscall_trace_leave // give parent a chance to catch return value
.ret3: br.cond.sptk .work_pending_syscall_end
.ret3:
(pUStk) cmp.eq.unc p6,p0=r0,r0 // p6 <- pUStk
br.cond.sptk .work_pending_syscall_end

strace_error:
ld8 r3=[r2] // load pt_regs.r8
Expand Down

0 comments on commit 68d72e8

Please sign in to comment.