Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26290
b: refs/heads/master
c: 28f2237
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Meyer authored and Linus Torvalds committed Apr 28, 2006
1 parent 8c976a4 commit 0c8b7c1
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: 6dcfca78d4c036c9d012f913e2a622aae218827f
refs/heads/master: 28f223782bca914ae65d08234c57c2175ecd7f5d
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/compat_signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ get_sigframe(struct k_sigaction *ka, struct pt_regs * regs, size_t frame_size)

/* This is the X/Open sanctioned signal stack switching. */
if (ka->sa.sa_flags & SA_ONSTACK) {
if (! on_sig_stack(sp))
if (! sas_ss_flags(sp))
sp = current->sas_ss_sp + current->sas_ss_size;
}

Expand Down

0 comments on commit 0c8b7c1

Please sign in to comment.