Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8895
b: refs/heads/master
c: b6ddc51
h: refs/heads/master
i:
  8893: 844f84f
  8891: 1b34751
  8887: 72d3536
  8879: 3c34457
  8863: 1fb9314
  8831: 31da5f0
v: v3
  • Loading branch information
David Woodhouse committed Sep 6, 2005
1 parent 121fc2c commit 315a571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: efda9452046bdd707b23a85b7846ec33548f84f1
refs/heads/master: b6ddc518520887a62728b0414efbf802a9dfdd55
2 changes: 2 additions & 0 deletions trunk/arch/ppc64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,15 @@ _GLOBAL(ppc32_rt_sigsuspend)
bne syscall_exit
/* If sigsuspend() returns zero, we are going into a signal handler. We
may need to call audit_syscall_exit() to mark the exit from sigsuspend() */
#ifdef CONFIG_AUDIT
ld r3,PACACURRENT(r13)
ld r4,AUDITCONTEXT(r3)
cmpdi 0,r4,0
beq .ret_from_except /* No audit_context: Leave immediately. */
li r4, 2 /* AUDITSC_FAILURE */
li r5,-4 /* It's always -EINTR */
bl .audit_syscall_exit
#endif
b .ret_from_except

_GLOBAL(ppc_fork)
Expand Down

0 comments on commit 315a571

Please sign in to comment.