[SPARC64]: Fix arg passing to compat_sys_ipc().
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 13 Apr 2007 20:27:08 +0000 (13:27 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 13 Apr 2007 20:27:08 +0000 (13:27 -0700)
Do not sign extend args using the sys32_ipc stub, that is
buggy and unnecessary.

Based upon an excellent report by Mikael Pettersson.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found