sparc: Fix 32-bit makecontext arg passing.
commit34a407de9661ff8e938d152445b750becb247f7c
authorDavid S. Miller <davem@davemloft.net>
Sat, 20 Feb 2010 21:43:09 +0000 (20 13:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Feb 2010 21:48:07 +0000 (20 13:48 -0800)
tree8f8ec7689f91cb5dfc655ecdfac4f4235cbb8f0e
parent2daff75bab89a597b2a29bc6f3c7f88e12352355
sparc: Fix 32-bit makecontext arg passing.

test-makecontext3 fails because we fill in the argument
stack slots past the 5th using the wrong index.
ChangeLog
sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c