Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180450
b: refs/heads/master
c: 440ab7a
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Feb 11, 2010
1 parent 59751b4 commit 911bde3
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: f036d9f3985a529a81e582f68aa984eb7b20d54d
refs/heads/master: 440ab7ac2d6b735fb278a1ff1674f6716314c6bb
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/process_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ int copy_thread(unsigned long clone_flags, unsigned long sp,
* Set some valid stack frames to give to the child.
*/
childstack = (struct sparc_stackf __user *)
(sp & ~0x15UL);
(sp & ~0xfUL);
parentstack = (struct sparc_stackf __user *)
regs->u_regs[UREG_FP];

Expand Down

0 comments on commit 911bde3

Please sign in to comment.