sparc64: Fix argument sign extension for compat_sys_futex().
authorDavid S. Miller <davem@davemloft.net>
Thu, 1 May 2014 02:37:48 +0000 (19:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 May 2014 05:13:35 +0000 (01:13 -0400)
Only the second argument, 'op', is signed.

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

No differences found