git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6abce77
)
sparc: Align clone and signal stacks to 16 bytes.
author
David S. Miller
<davem@davemloft.net>
Wed, 10 Feb 2010 00:18:40 +0000
(16:18 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 10 Feb 2010 00:18:40 +0000
(16:18 -0800)
This is mandatory for 64-bit processes, and doing it also for 32-bit
processes saves a conditional in the compat case.
This fixes the glibc/nptl/tst-stdio1 test case, as well
as many others, on 64-bit.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found