Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24641
b: refs/heads/master
c: 11089f0
h: refs/heads/master
i:
  24639: 73d51d3
v: v3
  • Loading branch information
Laurent MEYER authored and Paul Mackerras committed Mar 28, 2006
1 parent f9c1261 commit 79e8dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5149fa47ec90eb5e79e28f3a7fbcf29421524817
refs/heads/master: 11089f08d9dd8b89cd07d6f126ccb4849e3c61a3
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/signal_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static inline void __user * get_sigframe(struct k_sigaction *ka, struct pt_regs
/* Default to using normal stack */
newsp = regs->gpr[1];

if (ka->sa.sa_flags & SA_ONSTACK) {
if ((ka->sa.sa_flags & SA_ONSTACK) && current->sas_ss_size) {
if (! on_sig_stack(regs->gpr[1]))
newsp = (current->sas_ss_sp + current->sas_ss_size);
}
Expand Down

0 comments on commit 79e8dfb

Please sign in to comment.