Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275553
b: refs/heads/master
c: a313f4c
h: refs/heads/master
i:
  275551: b5a2280
v: v3
  • Loading branch information
Will Deacon authored and Benjamin Herrenschmidt committed Nov 17, 2011
1 parent cd74e3a commit b1e8a91
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: b97021f85517552ea8a0d2c1680c1ee4beab6d14
refs/heads/master: a313f4c55d4952f2105fe33a4957ed858e998359
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/signal_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static inline int put_sigset_t(compat_sigset_t __user *uset, sigset_t *set)
compat_sigset_t cset;

switch (_NSIG_WORDS) {
case 4: cset.sig[5] = set->sig[3] & 0xffffffffull;
case 4: cset.sig[6] = set->sig[3] & 0xffffffffull;
cset.sig[7] = set->sig[3] >> 32;
case 3: cset.sig[4] = set->sig[2] & 0xffffffffull;
cset.sig[5] = set->sig[2] >> 32;
Expand Down

0 comments on commit b1e8a91

Please sign in to comment.